We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb06a0f + 3b4e52d commit a5a2f84Copy full SHA for a5a2f84
package.json
@@ -21,7 +21,8 @@
21
],
22
"scripts": {
23
"test": "node test/node/index.js",
24
- "test:browsers": "airtap test/browser/index.js"
+ "test:browsers": "airtap test/browser/index.js",
25
+ "test:browsers:local": "npm run test:browsers -- --local"
26
},
27
"dependencies": {
28
"inherits": "2.0.3"
0 commit comments