mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-04-17 19:09:22 +00:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/mocha \
|
|
--require should \
|
|
--reporter spec
|
|
|
|
.PHONY: test |