Skip to content

Commit a0a3d21

Browse files
committed
make test runs *.test.js and *.tobi.js
1 parent b411c19 commit a0a3d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TESTS = $(shell find test/ -name '*.test.js')
1+
TESTS = $(shell find test/ -name '*.tobi.js' -o -name '*.test.js')
22

33
test:
44
mocha --reporter spec $(TESTS)

0 commit comments

Comments
 (0)