UNPKG

cortex

Version:

Cortex is an npm-like package manager for browsers.

11 lines (8 loc) 144 B
REPORTER = spec test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ ./test/*.js canary: node nightly-build.js .PHONY: test