Skip to content

Commit

Permalink
feat(@schematics/angular): create new projects with karma 6.0
Browse files Browse the repository at this point in the history
Newly generated projects will now use karma 6.0 by default.
  • Loading branch information
clydin committed Jan 13, 2021
1 parent 3aedee7 commit f3dec6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.2.0",
"karma": "~6.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
Expand Down

0 comments on commit f3dec6b

Please sign in to comment.