debian-image-builder-frontend/src/test
regexowl 1554d78cba test: Move mocks to setup file
This moves all the mocks used throughout our test files into the test setup file.
2024-08-08 16:53:49 +02:00
..
Components test: Move mocks to setup file 2024-08-08 16:53:49 +02:00
fixtures src: Fix new errors after linter bump 2024-08-05 11:51:20 +02:00
mocks src: Disable some linting errors 2024-08-05 11:51:20 +02:00
.eslintrc Migrate from Jest to Vitest 2024-07-16 16:55:31 +02:00
README.md Add README with info around testing 2020-11-03 15:31:40 +01:00
setup.ts test: Move mocks to setup file 2024-08-08 16:53:49 +02:00
testUtils.js src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00

Testing information

Code coverage

Code coverage is recorded in codecov.io. This information comes only from unit tests and for the time being we're not concerned with collecting coverage information from integration tests.

It must be over 85% as required by Insights QE!