mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 06:13:08 +02:00
Fix test
This commit is contained in:
parent
f7c02819be
commit
65c8b80fab
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const chaiHttp = require('chai-http');
|
|||
|
||||
_chai.use(chaiHttp);
|
||||
|
||||
const server = require('../built/server/api');
|
||||
const server = require('../built/server/api').callback();
|
||||
const db = require('../built/db/mongodb').default;
|
||||
|
||||
const async = fn => (done) => {
|
||||
|
|
Loading…
Reference in a new issue