You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/lib/generate/option-postprocess-test.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ describe('generate (postprocess option)', function () {
49
49
[
50
50
content,
51
51
'',
52
-
`Located at ${relative('.',path).replace(/\\/gu,'/')}`,// Always use forward slashes in the path so the snapshot is right even when testing on Windows.
52
+
`Located at ${relative('.',path).replaceAll('\\','/')}`,// Always use forward slashes in the path so the snapshot is right even when testing on Windows.
0 commit comments