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 c2b47ac commit a6594acCopy full SHA for a6594ac
packages/optimizely-sdk/package.json
@@ -6,7 +6,7 @@
6
"browser": "lib/index.browser.js",
7
"typings": "lib/index.d.ts",
8
"scripts": {
9
- "test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive",
+ "test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive --exit",
10
"test-xbrowser": "karma start karma.bs.conf.js --single-run",
11
"test-umdbrowser": "npm run build-browser-umd && karma start karma.umd.conf.js --single-run",
12
"build-browser-umd": "rm -rf dist && webpack",
0 commit comments