Revert "try to fix tests"

This reverts commit c53486a47c.
This commit is contained in:
Johann150 2023-05-31 12:31:57 +02:00
parent 0addcddd6c
commit 94cd10365d
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -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' });