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 4abd1f1 commit 8d5aa5bCopy full SHA for 8d5aa5b
packages/optimizely-sdk/package.json
@@ -6,7 +6,7 @@
6
"browser": "lib/index.browser.js",
7
"scripts": {
8
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive",
9
- "test-xbrowser": "grunt",
+ "test-xbrowser": "grunt karma",
10
"lint": "eslint lib/**",
11
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
12
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
0 commit comments