Skip to content

Commit 0057775

Browse files
committed
chore: comment [skip ci]
1 parent 164b6e7 commit 0057775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/vite-dev-server/client/initCypressTests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if (supportFile) {
3636
// So we use the "@fs" bit to load the test file using its absolute path
3737
let testFileAbsolutePathRoute
3838

39+
// Normalize path to not include a leading slash (different on Win32 vs Unix)
3940
if (CypressInstance.config('platform') === 'win32') {
4041
testFileAbsolutePathRoute = `${devServerPublicPathRoute}/@fs/${CypressInstance.spec.absolute}`
4142
} else {

0 commit comments

Comments
 (0)