Skip to content

Commit a5a2f84

Browse files
Merge pull request #33 from lukechilds/local-browser
Add local browser test script
2 parents fb06a0f + 3b4e52d commit a5a2f84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
],
2222
"scripts": {
2323
"test": "node test/node/index.js",
24-
"test:browsers": "airtap test/browser/index.js"
24+
"test:browsers": "airtap test/browser/index.js",
25+
"test:browsers:local": "npm run test:browsers -- --local"
2526
},
2627
"dependencies": {
2728
"inherits": "2.0.3"

0 commit comments

Comments
 (0)