Skip to content

Commit aaf40ca

Browse files
committed
Actually get the browser-test setup going
1 parent 1477d17 commit aaf40ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ yarn.lock
1818
.shadow-cljs
1919
resources/public/ui
2020
test
21+
resources/public/

shadow-cljs.edn

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
:builds
88
{:main
99
{:target :browser-test
10-
:test-dir "test"
1110
:runner-ns lambdaisland.chui.demo
12-
:output-dir "resources/public/ui"
11+
:test-dir "resources/public"
1312
:asset-path "/ui"
14-
:ns-regexp "-test$"
13+
:ns-regexp "-test$"
1514
:devtools {:repl-pprint true}}}
1615

1716
:cache-blockers #{lambdaisland.chui.styles

0 commit comments

Comments
 (0)