Skip to content

Commit

Permalink
try playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw374 committed Jan 15, 2024
1 parent 28acfd0 commit 13e574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(util/start-server)
(browser-test-build compile-mode {})
(try
(util/kaocha-exit-if-fail (util/compile-and-run-tests-headless*))
(util/kaocha-exit-if-fail (util/run-tests-headless nil))
(catch Exception e
(println e)
(System/exit 1))))
Expand Down

0 comments on commit 13e574f

Please sign in to comment.