talyssonoc/jsT9

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
REPORTER = spec
BIN = ./node_modules/.bin

test:
    $(BIN)/mocha --reporter $(REPORTER) --ui bdd ./test/*

.PHONY: test