Skip to content

Commit

Permalink
fix(create): use compatibility flag in karma bs
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsDenBakker authored and daKmoR committed Aug 1, 2019
1 parent bf59a45 commit 9d186b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"test:bs": "karma start karma.bs.config.js --legacy --coverage"
"test:bs": "karma start karma.bs.config.js --compatibility all --coverage"
},
"devDependencies": {
"@open-wc/testing-karma-bs": "^1.0.0"
Expand Down

0 comments on commit 9d186b1

Please sign in to comment.