mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 09:02:33 +00:00
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--ui bdd
|
|
|
|
.PHONY: test |