mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-19 21:08:25 +00:00
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
|
|
||
|
|
test:
|
||
|
|
@./node_modules/.bin/mocha \
|
||
|
|
--ui bdd
|
||
|
|
|
||
|
|
.PHONY: test
|