mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 21:05:42 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
2
node_modules/playwright/lib/reporters/junit.js
generated
vendored
2
node_modules/playwright/lib/reporters/junit.js
generated
vendored
@@ -167,7 +167,7 @@ class JUnitReporter {
|
||||
message: `${_path.default.basename(test.location.file)}:${test.location.line}:${test.location.column} ${test.title}`,
|
||||
type: 'FAILURE'
|
||||
},
|
||||
text: (0, _base.stripAnsiEscapes)((0, _base.formatFailure)(this.config, test))
|
||||
text: (0, _base.stripAnsiEscapes)((0, _base.formatFailure)(_base.nonTerminalScreen, this.config, test))
|
||||
});
|
||||
}
|
||||
const systemOut = [];
|
||||
|
||||
Reference in New Issue
Block a user