Skip to content

Commit

Permalink
test: fix windows stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 16, 2019
1 parent 818bf2e commit 125c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/__tests__/helpers/serializers.js
Expand Up @@ -21,5 +21,5 @@ function normalizePaths(value) {
if (typeof value !== 'string') {
return value
}
return value.split(process.cwd()).join('<PROJECT_ROOT>')
return slash(value.split(process.cwd()).join('<PROJECT_ROOT>'))
}

0 comments on commit 125c916

Please sign in to comment.