UNPKG
jackpot
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Jackpot, TCP connection pooling for Node.js
github.com/3rd-Eden/jackpot
3rd-Eden/jackpot
jackpot
/
Makefile
7 lines
(4 loc)
•
111 B
Plain Text
View Raw
1
2
3
4
5
6
7
ALL_TESTS =
$(
shell
find test -name '*.test.js')
test:
@./node_modules/.bin/mocha
$(ALL_TESTS)
.PHONY
: test