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