UNPKG
chai-common
Version:
latest (0.0.3)
0.0.3
0.0.2
Chai.js plugin containing commonly used custom assertions
halfninety/chai-common
chai-common
/
Makefile
14 lines
(10 loc)
•
188 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
REPORTER = dot
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\
test-w:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --growl \ --watch
.PHONY
: test test-w