Skip to content

Commit 1a25d19

Browse files
chore: typo
1 parent d3bbda7 commit 1a25d19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/enums/log-image-type.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export declare enum LogImageType {
22
/**
33
* Setting this property to add each image
4-
* during the image comparisson into the report.
5-
* If not set, it will be catured only the last comparisson.
4+
* during the image comparison into the report.
5+
* If not set, it will be logged only the last image comparison.
66
*/
77
everyImage = "everyImage",
88
/**

lib/enums/log-image-type.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export enum LogImageType {
22
/**
33
* Setting this property to add each image
4-
* during the image comparisson into the report.
5-
* If not set, it will be catured only the last comparisson.
4+
* during the image comparison into the report.
5+
* If not set, it will be logged only the last image comparison.
66
*/
77
everyImage = "everyImage",
88
/**

samples/mocha.opts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--timeout 999999
22
--recursive e2e
33
--reporter mochawesome
4-
--reporter-options quiet=true,html=true,inline=true
4+
--reporter-options quiet=true,html=true,inline=true,autoOpen=true
55
--exit

0 commit comments

Comments
 (0)