debian-image-builder-frontend/src/test
regexowl 25a5f140d8 ESLint: Add rule to sort imports alphabetically
The `import/order` rule isn't enough to sort import within a single import group alphabetically.

This adds `sort-imports` rule that handles the sorting within groups.
2025-07-15 16:52:45 +00:00
..
Components ESLint: Add rule to sort imports alphabetically 2025-07-15 16:52:45 +00:00
fixtures ESLint: Add rule to sort imports alphabetically 2025-07-15 16:52:45 +00:00
mocks ESLint: Add rule to sort imports alphabetically 2025-07-15 16:52:45 +00: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 Drop Edge Management federated module (HMS-8637) 2025-07-09 07:03:34 +00:00
testUtils.js ESLint: Add rule to sort imports alphabetically 2025-07-15 16:52:45 +00: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!