mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-25 03:35:10 +01:00
fix
This commit is contained in:
parent
dc83af3927
commit
54f92aa5b8
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@
|
|||
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
import * as assert from 'assert';
|
||||
import * as lolex from 'lolex';
|
||||
import { async } from './utils';
|
||||
import { initDb } from '../src/db/postgre';
|
||||
// import * as assert from 'assert';
|
||||
// import * as lolex from 'lolex';
|
||||
// import { async } from './utils';
|
||||
// import { initDb } from '../src/db/postgre';
|
||||
|
||||
// describe('Chart', () => {
|
||||
// let testChart: any;
|
||||
|
|
Loading…
Add table
Reference in a new issue