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

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

test:
	@node_modules/.bin/tape test/*.js

.PHONY: test