mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-22 09:34:54 +02:00
Merge pull request #1250 from nxglabs/sync-to-public_repo-17512737859
Merge pull request
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { startParseServer, stopParseServer, dropDB } from './utils/test-runner.js';
|
||||
beforeAll(async () => {
|
||||
await startParseServer();
|
||||
}, 100 * 60 * 2);
|
||||
beforeAll(
|
||||
async () => {
|
||||
await startParseServer();
|
||||
},
|
||||
100 * 60 * 2
|
||||
);
|
||||
|
||||
afterAll(async () => {
|
||||
await dropDB();
|
||||
|
||||
Reference in New Issue
Block a user