debian-image-builder-frontend/src/test
regexowl 2bbec0b034 test: Temporarily disable flakey Oscap tests
The disabled tests are flaking for Node 18.x only. I'm quite sure the problem lies within async. Working on a fix.
2024-07-30 12:12:21 +03:00
..
Components test: Temporarily disable flakey Oscap tests 2024-07-30 12:12:21 +03:00
fixtures Wizard: disable non-snapshot repositories when needed 2024-07-29 14:32:09 +02:00
mocks test: use basic JS types for composes 2024-07-18 17:26:38 +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 @testing-library/jest-dom import to test setup file 2024-07-22 15:49:18 +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!