Anvil/tests/README.md
André Jaenisch 1bb72c8eca
docs: explain the folder structure of src & tests
These will help onboarding new contributors, I hope.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-05-13 18:02:45 +02:00

370 B

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.