mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 03:36:38 +00:00
8 lines
No EOL
99 B
Makefile
8 lines
No EOL
99 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter dot \
|
|
--bail
|
|
|
|
.PHONY: test |