Skip to content

Commit 9e2bebd

Browse files
chore(karma): Switch debug target to Chrome Canary
1 parent 666c6d7 commit 9e2bebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch:buildesm": "tsc -w -m es6 --outDir lib-esm",
1414
"watch:dts-downlevel": "npm run fixdts",
1515
"watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
16-
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
16+
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=ChromeCanary",
1717
"changelog": "node scripts/update_changelog.js",
1818
"release": "node scripts/release.js"
1919
},

0 commit comments

Comments
 (0)