This commit is contained in:
rinsuki 2019-10-25 07:08:05 +09:00
parent c203b9cebe
commit a02c087327
1 changed files with 1 additions and 1 deletions

View File

@ -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;