mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 13:36:32 +00:00
6 lines
69 B
Makefile
6 lines
69 B
Makefile
|
|
|
||
|
|
test:
|
||
|
|
@./node_modules/.bin/mocha \
|
||
|
|
--require should
|
||
|
|
|
||
|
|
.PHONY: test
|