fix?
This commit is contained in:
parent
c203b9cebe
commit
a02c087327
|
@ -18,7 +18,7 @@ import * as assert from 'assert';
|
|||
import * as childProcess from 'child_process';
|
||||
import { async, signup, request, post, uploadFile, launchServer } from './utils';
|
||||
import { Note } from '../src/models/entities/note';
|
||||
import { initDb } from '../src/db/postgre';
|
||||
const initDb = require('../built/db/postgre.js').initDb;
|
||||
|
||||
describe('Note', () => {
|
||||
let p: childProcess.ChildProcess;
|
||||
|
|
Loading…
Reference in New Issue