Skip to content

Commit bb64530

Browse files
committed
Adding Kaocha binstub
1 parent 136d33a commit bb64530

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ bin
66
scratch.clj
77
/checkouts/
88
/target/
9+
/.cljs_node_repl/
10+
/node_modules/
911
pom.xml
1012
pom.xml.asc
1113
*.jar

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests.edn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#kaocha/v1
22
{:tests [{:id :unit
33
:test-paths ["test"]
4-
:source-paths ["src"]}]}
4+
:source-paths ["src"]}
5+
{:id :cljs
6+
:type :kaocha.type/cljs
7+
:test-paths ["test"]}]}

0 commit comments

Comments
 (0)