mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
9 lines
207 B
Makefile
9 lines
207 B
Makefile
test:
|
|
@NODE_ENV=test ./node_modules/.bin/mocha
|
|
|
|
test-coveralls:
|
|
@$(MAKE) test
|
|
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
|
|
@$(MAKE) test REPORTER=mocha-lcov-reporter | ./node_modules/.bin/coveralls
|
|
|
|
.PHONY: test |