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 bob: any;
|
||||||
let carol: any;
|
let carol: any;
|
||||||
|
|
||||||
before(async function() {
|
before(async () => {
|
||||||
this.timeout(0);
|
this.timeout(0);
|
||||||
p = await startServer();
|
p = await startServer();
|
||||||
alice = await signup({ username: 'alice' });
|
alice = await signup({ username: 'alice' });
|
||||||
|
|
Loading…
Reference in a new issue