Skip to content

Commit 19c4422

Browse files
committed
package: fix npm test to run on windows
1 parent 24d06d7 commit 19c4422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "git://github.com/Automattic/socket.io"
1717
},
1818
"scripts": {
19-
"test": "make test"
19+
"test": "mocha --reporter dot --slow 200ms --bail"
2020
},
2121
"dependencies": {
2222
"engine.io": "1.4.3",

0 commit comments

Comments
 (0)