Open qortex opened 5 years ago
If you don't have such section all karma-*
packages will be loaded automatically. If you have this section package maintainers assume that you know what you're doing :)
Understandable. Could still be useful to add a note in the README because templates such as the one Angular generates place the section
I guess the issue is that other maintainer tell you to add the require
property in their docs when it is not needed :)
I need to add
require('karma-mocha-reporter')
in theplugins
section of thekarma.conf.js
file to get it working. Otherwise, I would get this error when runningng test
:It would be useful to include that in the INSTALL section of the readme if it is confirmed that this fix applies to all situations.