Refactor
This commit is contained in:
parent
65503bc68d
commit
ee483ecfd3
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ function initChartDb() {
|
|||
}
|
||||
|
||||
describe('Chart', () => {
|
||||
let testChart: any;
|
||||
let testGroupedChart: any;
|
||||
let testUniqueChart: any;
|
||||
let testChart: TestChart;
|
||||
let testGroupedChart: TestGroupedChart;
|
||||
let testUniqueChart: TestUniqueChart;
|
||||
let clock: lolex.InstalledClock<lolex.Clock>;
|
||||
let connection: Connection;
|
||||
|
||||
|
|
Loading…
Reference in a new issue