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 e62b900 commit c7547e1Copy full SHA for c7547e1
Makefile
@@ -1,5 +1,6 @@
1
test:
2
- @find test/{simple,system}/test-*.js | xargs -n 1 -t node
+ @find test/simple/test-*.js | xargs -n 1 -t node
3
+ @find test/system/test-*.js | xargs -n 1 -t node
4
test-all: test
5
@find test/system/slow/test-*.js | xargs -n 1 -t node
6
benchmark-node-mysql:
0 commit comments