Anvil/tests
André Jaenisch 119b681d4d
chore: update REUSE
REUSE had a breaking change that changed the way they configure the
tool:
https://github.com/fsfe/reuse-tool/releases/tag/v4.0.0

This PR adjusts our code to get compliant again.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-08-15 17:44:46 +02:00
..
components chore: update REUSE 2024-08-15 17:44:46 +02:00
README.md docs: explain the folder structure of src & tests 2024-05-13 18:02:45 +02:00
test.ts chore: introduce REUSE 2024-03-06 16:03:12 +01:00

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.