Skip to content

Commit 9187b6a

Browse files
committed
fixed Makefile
1 parent 4165109 commit 9187b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compile:
99
npm run install
1010

1111
test: build
12-
@./node_modules/nodeunit/bin/nodeunit \
12+
@./node_modules/.bin/jest \
1313
$(TESTS)
1414

1515
clean:

0 commit comments

Comments
 (0)