mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
|
import { e2e } from '../../../dist';
|
||
|
|
||
|
describe('API', () => {
|
||
|
it('can be imported', () => {
|
||
|
expect(e2e).to.be.a('function');
|
||
|
});
|
||
|
});
|