File: chat-websocket/node_modules/express/Makefile

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/express/Makefile   Download  
File: chat-websocket/node_modules/express/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 544 bytes
 

Contents

Class file image Download
MOCHA_OPTS= REPORTER = dot check: test test: test-unit test-acceptance test-unit: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(MOCHA_OPTS) test-acceptance: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --bail \ test/acceptance/*.js test-cov: lib-cov @EXPRESS_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html lib-cov: @jscoverage lib lib-cov benchmark: @./support/bench clean: rm -f coverage.html rm -fr lib-cov .PHONY: test test-unit test-acceptance benchmark clean