You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,8 @@ ng test
195
195
196
196
Tests will execute after a build is executed via [Karma](http://karma-runner.github.io/0.13/index.html), and it will automatically watch your files for changes. You can run tests a single time via `--watch=false` or `--single-run`.
197
197
198
-
You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory.
198
+
You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory.
199
+
If you would like to exclude files in addition to the default see how to update your `karma.conf.js`[here](https://github.com/marcules/karma-remap-istanbul/issues/26).
199
200
200
201
Linting during tests is also available via the `--lint` flag. See [Linting code](#linting-code) chapter for more information.
0 commit comments