UNPKG

mimik

Version:

Write end-to-end automation tests in natural language

10 lines (9 loc) 164 B
TESTS = test/*.js test: @NODE_ENV=test ./node_modules/.bin/mocha \ --require should \ --reporter list \ --slow 20 \ --growl \ $(TESTS) .PHONY: test