Skip to content

Debugging tests

Rob Dodson edited this page May 22, 2018 · 1 revision

Ignore this page until the lerna refactor lands :P

Isolate the library

"run": {
  "ignore": [
    "karma-*",
    "webcomponents",
    "docs",
    "@angular/core-tests",
    "angular-tests",
    "can-component-tests",
    "dio-tests",
    "@dojo/core-tests",
    "hyperhtml-tests",
    "@polymer/polymer-tests",
    "preact-tests",
    "react-tests",
    "skatejs-tests",
    "surplus-tests",
    "svelte-tests",
    "vue-tests"
  ]
}
Clone this wiki locally