Skip to content

Commit 8d5aa5b

Browse files
Explicitly name karma grunt task
1 parent 4abd1f1 commit 8d5aa5b

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
"scripts": {
88
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive",
9-
"test-xbrowser": "grunt",
9+
"test-xbrowser": "grunt karma",
1010
"lint": "eslint lib/**",
1111
"cover": "istanbul cover _mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js",
1212
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)