Merge branch 'dev' into github-actions/coverage
This commit is contained in:
commit
4227b301fc
206 changed files with 14505 additions and 3467 deletions
|
@ -30,6 +30,13 @@ export default mergeConfig(
|
|||
statements: 60,
|
||||
},
|
||||
},
|
||||
|
||||
/*
|
||||
* The test-backend server can be started for each test-file individually using `beforeAll(() => setup())`,
|
||||
* or for all tests once using:
|
||||
globalSetup: ["./tests/setup-backend.ts"],
|
||||
* In this project, the backend server is started for each test-file individually.
|
||||
*/
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue