mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
add test coverage
This commit is contained in:
5
Makefile
5
Makefile
@@ -7,4 +7,9 @@ test:
|
||||
--slow 200ms \
|
||||
--bail
|
||||
|
||||
test-cov:
|
||||
@./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- \
|
||||
--reporter $(REPORTER) \
|
||||
test/
|
||||
|
||||
.PHONY: test
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"expect.js": "*",
|
||||
"supertest": "*"
|
||||
"supertest": "*",
|
||||
"istanbul": "0.2.3"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user