scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Option to disable coverage when debugging tests #67

Closed scottohara closed 7 years ago

scottohara commented 8 years ago

When debugging tests, it is useful to disable the coverage preprocessor.

The only way it seems to be able to do this is by editing karma.conf.js (or by creating a second config file; as the CLI doesn't allow preprocessors to be specified.