language-learning-app/tests/README.md
wilson 2cae5d9445
Some checks failed
/ test (push) Has been cancelled
feat: add the 'tests' module to the project
2026-04-07 07:55:57 +01:00

5 lines
450 B
Markdown

# Tests
This module contains system-level tests for the Langauge Learning App, e.g. end-to-end (e2e) or API-level tests.
Because the whole system relies on multiple components (api, frontend, storage, db), it can be efficient to centralise these tests into a single module, rather than having each module re-create them. Additionally, it is not the responsibility of any single feature module to assert the correct behaviour of the entire cohort.