all da files
This commit is contained in:
18
node_modules/cheerio/Makefile
generated
vendored
Normal file
18
node_modules/cheerio/Makefile
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
REPORTER = dot
|
||||
|
||||
test:
|
||||
@./node_modules/mocha/bin/mocha --reporter $(REPORTER)
|
||||
|
||||
setup:
|
||||
@npm install
|
||||
|
||||
subl:
|
||||
@subl lib/ test/ package.json index.js
|
||||
|
||||
test-cov: lib-cov
|
||||
@CHEERIO_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html
|
||||
|
||||
lib-cov:
|
||||
@jscoverage lib lib-cov
|
||||
|
||||
.PHONY: test build setup subl
|
Reference in New Issue
Block a user