Merge branch 'dev' into github-actions/coverage

This commit is contained in:
Tibo De Peuter 2025-04-24 14:27:08 +02:00
commit 4227b301fc
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
206 changed files with 14505 additions and 3467 deletions

View file

@ -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.
*/
},
}),
);