remove uneeded change
This commit is contained in:
parent
8f89a2b5a5
commit
7e65632ba3
|
|
@ -34,7 +34,7 @@ class ListReporter extends BaseReporter {
|
|||
private _needNewLine = false;
|
||||
private _printSteps: boolean;
|
||||
|
||||
constructor(options: { printSteps?: boolean;} = {}) {
|
||||
constructor(options: { printSteps?: boolean } = {}) {
|
||||
super();
|
||||
this._printSteps = getAsBooleanFromENV('PLAYWRIGHT_LIST_PRINT_STEPS', options.printSteps);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue