Skip to content

Commit 125c916

Browse files
author
Kent C. Dodds
committed
test: fix windows stuff
1 parent 818bf2e commit 125c916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/__tests__/helpers/serializers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ function normalizePaths(value) {
2121
if (typeof value !== 'string') {
2222
return value
2323
}
24-
return value.split(process.cwd()).join('<PROJECT_ROOT>')
24+
return slash(value.split(process.cwd()).join('<PROJECT_ROOT>'))
2525
}

0 commit comments

Comments
 (0)