Add tests for query syntax

This commit is contained in:
arne 2025-11-18 21:48:32 +01:00
commit 5452579f0d
4 changed files with 85 additions and 15 deletions

View file

@ -15,4 +15,10 @@
{:frontend
{:target :browser
:modules {:main {:init-fn computersandblues.lodestone.app/init}}
:js-options {:entry-keys ["module" "browser" "main"]}}}}
:js-options {:entry-keys ["module" "browser" "main"]}}
:test
{:target :node-test
:output-to "public/js/tests.js"
:ns-regexp "-test$"
:autorun true}}}