mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
6 lines
65 B
Makefile
6 lines
65 B
Makefile
|
|
||
|
test:
|
||
|
@./node_modules/.bin/mocha \
|
||
|
--ui exports
|
||
|
|
||
|
.PHONY: test
|