We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4165109 commit 9187b6aCopy full SHA for 9187b6a
Makefile
@@ -9,7 +9,7 @@ compile:
9
npm run install
10
11
test: build
12
- @./node_modules/nodeunit/bin/nodeunit \
+ @./node_modules/.bin/jest \
13
$(TESTS)
14
15
clean:
0 commit comments