initial commit
This commit is contained in:
8
node_modules/newify/Makefile
generated
vendored
Normal file
8
node_modules/newify/Makefile
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
REPORTER = spec
|
||||
|
||||
test:
|
||||
./node_modules/.bin/mocha --reporter $(REPORTER) --require should
|
||||
test-w:
|
||||
./node_modules/.bin/mocha --reporter $(REPORTER) --require should --watch
|
||||
|
||||
.PHONY: test test-w
|
||||
Reference in New Issue
Block a user