We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b607df commit 3dc49ccCopy full SHA for 3dc49cc
tools/cldr-apps/js/package.json
@@ -7,7 +7,7 @@
7
"build-test": "webpack --config webpack-test.config.js",
8
"test": "npm run nonbrowser-test && npm run browser-test",
9
"nonbrowser-test": "mocha --require esm --reporter spec test/nonbrowser/test-*.js",
10
- "browser-test": "npm run build-test && mocha-chrome test/Test.html",
+ "browser-test": "npm run build-test && mocha-chrome test/Test.html --chrome-launcher.connectionPollInterval=2000 --chrome-launcher.maxConnectionRetries=300",
11
"lint": "exit 0",
12
"build": "webpack",
13
"watch": "webpack watch"
0 commit comments