15 lines
370 B
Markdown
15 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.
|