This commit is contained in:
syuilo 2020-03-07 00:29:09 +09:00
parent 65503bc68d
commit ee483ecfd3
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ function initChartDb() {
} }
describe('Chart', () => { describe('Chart', () => {
let testChart: any; let testChart: TestChart;
let testGroupedChart: any; let testGroupedChart: TestGroupedChart;
let testUniqueChart: any; let testUniqueChart: TestUniqueChart;
let clock: lolex.InstalledClock<lolex.Clock>; let clock: lolex.InstalledClock<lolex.Clock>;
let connection: Connection; let connection: Connection;