mirror of
https://github.com/arnaucube/comunicationLeap.git
synced 2026-02-07 11:26:43 +01:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--reporter spec \
|
|
--require should
|
|
|
|
.PHONY: test |