6 lines
48 B
Makefile
6 lines
48 B
Makefile
|
|
test:
|
|
./node_modules/.bin/mocha
|
|
|
|
.PHONY: test
|
|
|
test:
|
|
./node_modules/.bin/mocha
|
|
|
|
.PHONY: test
|