debian-image-builder-frontend/src/test
regexowl 98c17e55df test: Move beforeEach blocks inside describe
This moved the `beforeEach` blocks inside the `describe` blocks as per documentation.

Previously the code inside `beforeEach` didn't trigger which lead to problems with asynchrocinity as mocks didn't get cleared.
2024-07-16 16:55:31 +02:00
..
Components test: Move beforeEach blocks inside describe 2024-07-16 16:55:31 +02:00
fixtures Wizard: fix blueprint unique name validation in Edit mode 2024-07-16 12:27:42 +02:00
mocks Wizard: validate uniqueness of Blueprint name 2024-06-26 15:41:48 +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 src: Move .scrollTo mock implementation to setup.ts 2024-07-16 16:55:31 +02:00
testUtils.js test: test: Remove act() warnings 2024-07-16 16:55:31 +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!