forked from FoundKeyGang/FoundKey
try to fix tests
This commit is contained in:
parent
afd6076c1f
commit
c53486a47c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ describe('API', () => {
|
|||
let bob: any;
|
||||
let carol: any;
|
||||
|
||||
before(async () => {
|
||||
before(async function() {
|
||||
this.timeout(0);
|
||||
p = await startServer();
|
||||
alice = await signup({ username: 'alice' });
|
||||
|
|
Loading…
Reference in a new issue