blackbaud / skyux1

DEPRECATED This site contains the codebase for the AngularJS (1.x) implementation of the SKY UX framework. We no longer support this version of SKY UX, and we recommend that you use the latest version instead. https://developer.blackbaud.com/skyux/
MIT License
51 stars 68 forks source link

karma cannot be configured locally #1114

Open Blackbaud-JasonBodnar opened 5 years ago

Blackbaud-JasonBodnar commented 5 years ago

Expected behavior

Skipped tests don't appear when you run skyux watch

Actual behavior

Skipped tests still appear when you run skyux watch

Steps to reproduce

  1. Skip some tests in a spec by changing one test to fit
  2. Add the following to your projects karma.conf.js:
"mochaReporter": {
      "output": "minimal",
      "ignoreSkipped": true
 }
  1. Run skyux watch