Add tests for query syntax
This commit is contained in:
parent
934c499e93
commit
5452579f0d
4 changed files with 85 additions and 15 deletions
|
|
@ -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}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue