Skip to content

Commit

Permalink
Use platform path specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Jan 9, 2025
1 parent cabb662 commit eb3457c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/run-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@ test('should produce output twice', async ({ activate, overridePlaywrightVersion
Running 1 test using 1 worker
[1/1] tests/test.spec.ts:3:11 › one
tests/test.spec.ts:3:11 › one
[1/1] tests${path.sep}test.spec.ts:3:11 › one
tests${path.sep}test.spec.ts:3:11 › one
some output
1 passed (XXms)
Expand All @@ -1194,8 +1194,8 @@ test('should produce output twice', async ({ activate, overridePlaywrightVersion
Running 1 test using 1 worker
[1/1] tests/test.spec.ts:3:11 › one
tests/test.spec.ts:3:11 › one
[1/1] tests${path.sep}test.spec.ts:3:11 › one
tests${path.sep}test.spec.ts:3:11 › one
some output
1 passed (XXms)
Expand Down

0 comments on commit eb3457c

Please sign in to comment.