7484bfeb1a
This allows for proper testing and documentation in Storybook. I also moved the image into its own component. This required me to adjust the vitest.config.ts slightly because it wasn't finding the image during tests. Since components are fully translatable, this means we have new keys now. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de> |
||
---|---|---|
.. | ||
components | ||
README.md | ||
test.ts |
tests
These are the tests for our application. Right now there are mainly component tests because those are under development.
components
- Components tests matching the folder structure ofsrc
.README.md
- This document.test.ts
- An example end-to-end test.