chore: test framework improvements, remove tsconfig `exclude` clause
* remove `exclude` clause from `tsconfig.json`; it was just confusing people * karma.config + karma-test-shim can handle multiple spec source paths (issue #294) * cosmetic `app.component.spec.ts` changes * cosmetic `karma.config.js` changes
Showing
... | ... | @@ -46,7 +46,6 @@ |
"karma": "^1.3.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-htmlfile-reporter": "^0.3.4", | ||
"karma-jasmine": "^1.0.2", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"protractor": "4.0.9", | ||
... | ... |
Please register or sign in to comment