mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter spec
|
|
|
|
.PHONY: test |