mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Begin conversion
This commit is contained in:
parent
9d3743774d
commit
61e3a0cceb
10
public/test/specs/app.jest.ts
Normal file
10
public/test/specs/app.jest.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { GrafanaApp } from 'app/app';
|
||||
jest.mock('app/routes/routes');
|
||||
|
||||
describe('GrafanaApp', () => {
|
||||
var app = new GrafanaApp();
|
||||
|
||||
it('can call inits', () => {
|
||||
expect(app).not.toBe(null);
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user