Skip to content

Commit cd55fa7

Browse files
committed
enable testing via zuul
1 parent 2acafe7 commit cd55fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
},
1717
"main": "./util.js",
1818
"scripts": {
19-
"test": "node test/node/*.js"
19+
"test": "node test/node/*.js && zuul test/browser/*.js"
2020
},
2121
"dependencies": {
2222
"inherits": "2.0.1"
2323
},
2424
"devDependencies": {
25-
"zuul": "~1.0.3"
25+
"zuul": "~1.0.9"
2626
},
2727
"browser": {
2828
"./support/isBuffer.js": "./support/isBufferBrowser.js"

0 commit comments

Comments
 (0)