We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78660c0 commit c213f1eCopy full SHA for c213f1e
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"scripts": {
23
"test": "tap test/parallel/*.js test/ours/*.js",
24
"browser": "npm run write-zuul && zuul -- test/browser.js",
25
- "write-zuul": "printf \"ui: tape\nsauce_connect: true\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
+ "write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
26
"local": "zuul --local -- test/browser.js",
27
"cover": "nyc npm test",
28
"report": "nyc report --reporter=lcov"
0 commit comments