Update dependencies 🚀 (#6297)
* chore: Update dependencies 🚀 Make everything is up-to-date * chore: Update dependencies 🚀 Good Bye, core-js@2 ! * packaging * Fix test * fix build * fix test * use default reporter * fix mocha is keep running after test * Revert back is-promise https://github.com/then/is-promise/issues/12 * Refresh
This commit is contained in:
parent
cd94d79cbb
commit
f08d7df419
7 changed files with 446 additions and 729 deletions
|
@ -11,7 +11,7 @@
|
|||
process.env.NODE_ENV = 'test';
|
||||
|
||||
import * as assert from 'assert';
|
||||
import * as lolex from 'lolex';
|
||||
import * as lolex from '@sinonjs/fake-timers';
|
||||
import { async } from './utils';
|
||||
import TestChart from '../src/services/chart/charts/classes/test';
|
||||
import TestGroupedChart from '../src/services/chart/charts/classes/test-grouped';
|
||||
|
@ -51,7 +51,7 @@ describe('Chart', () => {
|
|||
let testChart: TestChart;
|
||||
let testGroupedChart: TestGroupedChart;
|
||||
let testUniqueChart: TestUniqueChart;
|
||||
let clock: lolex.InstalledClock<lolex.Clock>;
|
||||
let clock: lolex.InstalledClock;
|
||||
let connection: Connection;
|
||||
|
||||
before(done => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue