mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 00:03:38 -05:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
test:
|
|
@./node_modules/.bin/mocha \
|
|
-u tdd \
|
|
--ui exports \
|
|
--reporter spec \
|
|
--slow 1000ms \
|
|
--bail
|
|
|
|
.PHONY: test
|