UNPKG

chai-spies-next

Version:

Spies for the Chai assertion library.

17 lines (11 loc) 216 B
TESTS = test/*.js REPORTER = spec all: clean @node support/compile.js clean: @rm -f chai-spies.js test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(TESTS) .PHONY: all clean test