File: Makefile

package info (click to toggle)
node-socket.io-parser 4.2.1%2B~3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 916 kB
  • sloc: javascript: 787; makefile: 9; sh: 4
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7

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

.PHONY: test