Anvil/tests/components/molecules
André Jaenisch 664bf09ba5
refactor: extract History into a molecule
This allows for easier testing. The component is still complex, so it
requires more refactoring into smaller parts. But I can now safely do
that since I have specified the expected behaviour with a test.

I already discovered a bug while writing the tests: I want to group by
date irrespective of the timestamp. Therefore I need to parse the date
from the ISO timestamp of a commit.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-06-23 13:33:41 +02:00
..
History.test.ts refactor: extract History into a molecule 2024-06-23 13:33:41 +02:00
Project.test.ts test: write tests for Project molecule 2024-06-15 19:08:37 +02:00