We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818bf2e commit 125c916Copy full SHA for 125c916
src/scripts/__tests__/helpers/serializers.js
@@ -21,5 +21,5 @@ function normalizePaths(value) {
21
if (typeof value !== 'string') {
22
return value
23
}
24
- return value.split(process.cwd()).join('<PROJECT_ROOT>')
+ return slash(value.split(process.cwd()).join('<PROJECT_ROOT>'))
25
0 commit comments