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
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,10 +80,23 @@ Jasmine specific configuration. Use empty object,
80
80
81
81
See the [jasmine docs](http://jasmine.github.io/2.4/node.html#section-Configuration) for more information on the supported configuration.
82
82
83
-
The `reporters` property allows either `spec` property for Configuring the [Jasmine spec reporter](https://github.com/bcaudan/jasmine-spec-reporter) or `teamcity: true` for activating [Jasmine Reporters - TeamCityReporter](https://github.com/larrymyers/jasmine-reporters).
83
+
The `reporters` property allows the one of the following properties:
84
+
*`spec`: used to configure the [Jasmine spec reporter](https://github.com/bcaudan/jasmine-spec-reporter).
85
+
*`teamcity` set it to `true` in order to use [Jasmine Reporters - TeamCityReporter](https://github.com/larrymyers/jasmine-reporters).
84
86
85
-
If `teamcity` reporter is enabled`spec` reporter will be disabled and `teamcity` reporter will be added to the coverage reporters as well.
87
+
If `teamcity` reporter is set`spec` reporter will be disabled and `teamcity` reporter will be added to the coverage reporters as well.
0 commit comments