add test runner file for cljs
This commit is contained in:
parent
784fb9fb8d
commit
9ebb8dfe3b
1 changed files with 5 additions and 0 deletions
5
test/com/rpl/specter/cljs_test_runner.cljs
Normal file
5
test/com/rpl/specter/cljs_test_runner.cljs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(ns com.rpl.specter.cljs-test-runner
|
||||
(:require [cljs.test :as test :refer-macros [run-tests]]
|
||||
[com.rpl.specter.core-test]))
|
||||
|
||||
(run-tests 'com.rpl.specter.core-test)
|
||||
Loading…
Reference in a new issue