-1

How to pass karma config file in angular cli command to run unit test in angular 14. I am trying to apps --karmaConfig=karma.ci.js but its not working

Aniruddha Das
  • 20,520
  • 23
  • 96
  • 132

1 Answers1

0

The Karma config param in the command line is changed in angular 14 now.

old: --karmaConfig=karma.ci.js new: --karma-config=karma.ci.js

Aniruddha Das
  • 20,520
  • 23
  • 96
  • 132