UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

15 lines (11 loc) 254 B
# TESTS TESTER = ./node_modules/.bin/mocha OPTS = --require test/init.js TESTS = test/*.test.js test: $(TESTER) $(OPTS) $(TESTS) test-verbose: $(TESTER) $(OPTS) --reporter spec $(TESTS) testing: $(TESTER) $(OPTS) --watch $(TESTS) .PHONY: test docs