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