File: Makefile

package info (click to toggle)
node-github-url-from-git 1.5.0%2B~1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: javascript: 125; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (4)
1
2
3
4
5

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

.PHONY: test