UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

14 lines (10 loc) 170 B
NODE ?= node BIN = ./node_modules/.bin/ test: @${NODE} ${BIN}mocha \ --reporter spec \ --bail \ ./test/index.js clean: @rm -rf node_modules .PHONY: test clean