Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
munderseth committed Jul 15, 2024
1 parent 447adc8 commit 85fc111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function normalizePath(pathString) {
if (path.sep !== '/') {
return pathString.replaceAll(path.sep, '/');
}
return pathString;
}

function CypressXML(runner, options) {
Expand Down

0 comments on commit 85fc111

Please sign in to comment.