Skip to content

Commit

Permalink
Upgrade Karma to v6
Browse files Browse the repository at this point in the history
Closes #209.
  • Loading branch information
niksy committed Mar 23, 2024
1 parent 1ec08e1 commit 6435dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"stylelint-config-nitpick": "^9.0.0"<% if ( prettier ) { %>,
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0"<% } %><% } %><% if ( automatedTests && browserModule && !sassModule ) { %>,
"karma": "^5.2.3",
"karma": "^6.4.3",
"karma-sourcemap-loader": "^0.3.7"<% if ( bundlingTool === 'webpack' ) { %>,
"karma-webpack": "^5.0.0"<% } %><% if ( bundlingTool === 'rollup' ) { %>,
"karma-rollup-preprocessor": "^7.0.0"<% } %><% if ( cloudBrowsers ) { %>,
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ describe('Automated tests, browser module', function () {
test: 'npm run test:automated'
},
devDependencies: {
karma: '^5.2.3',
karma: '^6.4.3',
'karma-sourcemap-loader': '^0.3.7',
'karma-webpack': '^5.0.0',
'karma-browserstack-launcher': '^1.6.0',
Expand Down

0 comments on commit 6435dd3

Please sign in to comment.