Commit 61e3a0cc by Tobias Skarhed

Begin conversion

parent 9d374377
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);
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment