Docs: Fix HtmlReporterV2 ctor example
This commit is contained in:
@@ -958,7 +958,7 @@ jasmineRequire.HtmlReporterV2 = function(j$) {
|
|||||||
* const reporter = new jasmine.HtmlReporterV2({
|
* const reporter = new jasmine.HtmlReporterV2({
|
||||||
* env,
|
* env,
|
||||||
* urls,
|
* urls,
|
||||||
* container: document.body
|
* getContainer: () => document.body
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
class HtmlReporterV2 {
|
class HtmlReporterV2 {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ jasmineRequire.HtmlReporterV2 = function(j$) {
|
|||||||
* const reporter = new jasmine.HtmlReporterV2({
|
* const reporter = new jasmine.HtmlReporterV2({
|
||||||
* env,
|
* env,
|
||||||
* urls,
|
* urls,
|
||||||
* container: document.body
|
* getContainer: () => document.body
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
class HtmlReporterV2 {
|
class HtmlReporterV2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user