Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / sntp / Makefile
Size: Mime:
test:
	@node node_modules/lab/bin/lab
test-cov: 
	@node node_modules/lab/bin/lab -t 100 -m 3000
test-cov-html:
	@node node_modules/lab/bin/lab -r html -o coverage.html

.PHONY: test test-cov test-cov-html