mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter spec
|
|
|
|
.PHONY: test |