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.
1 parent fb06a0f commit 3b4e52dCopy full SHA for 3b4e52d
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