We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28cb45 commit 2e9f4edCopy full SHA for 2e9f4ed
package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"test": "tap test/parallel/*.js test/ours/*.js",
25
"browser": "npm run write-zuul && zuul -- test/browser.js",
26
- "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",
27
"local": "zuul --local -- test/browser.js",
28
"cover": "nyc npm test",
29
"report": "nyc report --reporter=lcov"
0 commit comments