UNPKG
chai-spies-next
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
Spies for the Chai assertion library.
github.com/shellscape/chai-spies
shellscape/chai-spies
chai-spies-next
/
Makefile
17 lines
(11 loc)
•
216 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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