Skip to content

Commit a6594ac

Browse files
committed
Fix mocha test
1 parent c2b47ac commit a6594ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"browser": "lib/index.browser.js",
77
"typings": "lib/index.d.ts",
88
"scripts": {
9-
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive",
9+
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive --exit",
1010
"test-xbrowser": "karma start karma.bs.conf.js --single-run",
1111
"test-umdbrowser": "npm run build-browser-umd && karma start karma.umd.conf.js --single-run",
1212
"build-browser-umd": "rm -rf dist && webpack",

0 commit comments

Comments
 (0)