debian-image-builder-frontend/src/test
regexowl fc874422de test: Add templates/:uuid mock handler
This adds a mock handler for the templates/:uuid end point to resolve following warning in the test output:
```
[MSW] Error: intercepted a request without a matching request handler:
  • GET /api/content-sources/v1/templates/c40e221b-93d6-4f7e-a704-f3041b8d75c3
```
2025-06-27 15:27:29 +00:00
..
Components Wizard: Parse locale codes to readable options 2025-06-27 11:45:26 +02:00
fixtures test: Add templates/:uuid mock handler 2025-06-27 15:27:29 +00:00
mocks test: Add templates/:uuid mock handler 2025-06-27 15:27:29 +00:00
.eslintrc Migrate from Jest to Vitest 2024-07-16 16:55:31 +02:00
cockpit-tests.sh test/CreateImageWizard: test hostname step on cockpit 2025-02-07 09:30:03 +01:00
README.md Add README with info around testing 2020-11-03 15:31:40 +01:00
setup.ts Manually revert "Fedora-services: add support for fedora env" 2025-06-27 14:15:05 +02:00
testUtils.js test/testUtils: support rendering with cockpit 2025-02-06 10:55:45 +01: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!