UNPKG

tic-tac-toe-js

Version:

Tic Tac Toe

10 lines (6 loc) 125 B
default: test BIN=node_modules/.bin MOCHA=$(BIN)/mocha .PHONY: test test: @$(MOCHA) --reporter spec --recursive --colors