mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Refactor
This commit is contained in:
parent
90c1beca12
commit
ee457a6600
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue