UNPKG

chai-common

Version:

Chai.js plugin containing commonly used custom assertions

14 lines (10 loc) 188 B
REPORTER = dot test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ test-w: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --growl \ --watch .PHONY: test test-w