UNPKG

jackpot

Version:

Jackpot, TCP connection pooling for Node.js

7 lines (4 loc) 111 B
ALL_TESTS = $(shell find test -name '*.test.js') test: @./node_modules/.bin/mocha $(ALL_TESTS) .PHONY: test