We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make test
1 parent b411c19 commit a0a3d21Copy full SHA for a0a3d21
Makefile
@@ -1,4 +1,4 @@
1
-TESTS = $(shell find test/ -name '*.test.js')
+TESTS = $(shell find test/ -name '*.tobi.js' -o -name '*.test.js')
2
3
test:
4
mocha --reporter spec $(TESTS)
0 commit comments