mirror of https://github.com/ColorlibHQ/gentelella
15 lines
196 B
Makefile
15 lines
196 B
Makefile
![]() |
|
||
|
REPORTER = dot
|
||
|
|
||
|
test:
|
||
|
@./node_modules/.bin/mocha \
|
||
|
--require ./test/common \
|
||
|
--reporter $(REPORTER) \
|
||
|
--growl \
|
||
|
test/expect.js
|
||
|
|
||
|
test-browser:
|
||
|
@./node_modules/.bin/serve .
|
||
|
|
||
|
.PHONY: test
|