Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « delegates « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9dcfd50dbdb227343ca0ca3193d78d135e4298d (plain)
1
2
3
4
5
6
7
8

test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec \
		--bail

.PHONY: test