Actions
Feature #1877
openComponent tests
Start date:
2022-11-15
Estimated time:
Description
Look into coverage and write tests for single components.
Actions
Added by Andreas Olschnögger about 2 years ago. Updated over 1 year ago.
Description
Look into coverage and write tests for single components.
With our current tech stack and attempts of getting nuxt and vitest to work together for component tests, it didn't work out. So instead of Component tests we opted for E2E testing using vitest, see #1846 . Component tests might be revisited in the future but are not a priority for now.