From 70491817d27fb67fcd7d38e53cb5995f32f547ef Mon Sep 17 00:00:00 2001 From: Ruben Berenguel Montoro Date: Sun, 10 Nov 2024 10:26:59 +0100 Subject: [PATCH] Add a few tests for the parser --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32c7d3e..de5cdf8 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ xcrun safari-web-extension-converter --macos-only --force PATH All images are algorithmic art pieces I have created, see [mostlymaths.net/sketches](https://mostlymaths.net/sketches) +## Tests + +- The task parser has some unit tests [here](https://mostlymaths.net/nt/tests/test_task_parsing.html) + ## Attribution - Uses the [luxon.js](https://moment.github.io/luxon/#/) datetime library.