File: test

package info (click to toggle)
node-superagent 0.20.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 520 kB
  • sloc: makefile: 35
file content (11 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
mocha --require should --timeout 20000 \
	test/node/exports.js \
	test/node/flags.js \
	test/node/image.js \
	test/node/incoming-multipart.js \
	test/node/inflate.js \
	test/node/multipart.js \
	test/node/network-error.js \
	test/node/response-readable-stream.js \
	test/node/timeout.js \
	test/node/utils.js