Commit e61b3929 by Daniel Lee

core: fix linting errors in specs files

parent 87f52229
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common'
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common';
import * as dateMath from 'app/core/utils/datemath';
import moment from 'moment';
......@@ -42,7 +42,7 @@ describe("DateMath", () => {
expected.setSeconds(0);
expected.setMilliseconds(0);
var startOfDay = dateMath.parse('now/d', false).valueOf()
var startOfDay = dateMath.parse('now/d', false).valueOf();
expect(startOfDay).to.be(expected.getTime());
});
......
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common'
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common';
import {Emitter} from 'app/core/core';
......
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common'
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common';
import flatten from 'app/core/utils/flatten';
......
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