fix
This commit is contained in:
parent
dc83af3927
commit
54f92aa5b8
|
@ -14,10 +14,10 @@
|
||||||
|
|
||||||
process.env.NODE_ENV = 'test';
|
process.env.NODE_ENV = 'test';
|
||||||
|
|
||||||
import * as assert from 'assert';
|
// import * as assert from 'assert';
|
||||||
import * as lolex from 'lolex';
|
// import * as lolex from 'lolex';
|
||||||
import { async } from './utils';
|
// import { async } from './utils';
|
||||||
import { initDb } from '../src/db/postgre';
|
// import { initDb } from '../src/db/postgre';
|
||||||
|
|
||||||
// describe('Chart', () => {
|
// describe('Chart', () => {
|
||||||
// let testChart: any;
|
// let testChart: any;
|
||||||
|
|
Loading…
Reference in New Issue