1bb72c8eca
These will help onboarding new contributors, I hope. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
14 lines
370 B
Markdown
14 lines
370 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2023 Pere Lev
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
# 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 of `src`.
|
|
- `README.md` - This document.
|
|
- `test.ts` - An example end-to-end test.
|