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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,8 @@ ng test
194
194
195
195
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`.
196
196
197
-
You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory.
197
+
You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory.
198
+
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).
198
199
199
200
Linting during tests is also available via the `--lint` flag. See [Linting code](#linting-code) chapter for more information.
0 commit comments