vuwa-
This commit is contained in:
parent
90b8b4c487
commit
0c3bd12472
2 changed files with 6 additions and 4 deletions
|
|
@ -4,10 +4,12 @@
|
|||
*/
|
||||
|
||||
import { initTestDb, sendEnvResetRequest } from './utils.js';
|
||||
import launch from '../built-test/entry.js';
|
||||
|
||||
beforeAll(async () => {
|
||||
await Promise.all([
|
||||
initTestDb(false),
|
||||
launch(),
|
||||
sendEnvResetRequest(),
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue