UNPKG

node-kmeans

Version:

Node.js asynchronous implementation of the clustering algorithm k-means

17 lines (13 loc) 272 B
MOCHA_OPTS= REPORTER = spec test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(MOCHA_OPTS) test-w: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --growl \ --watch \ $(MOCHA_OPTS) .PHONY: test test-w