Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirlucas committed Jan 21, 2025
1 parent 939fd1e commit 256faa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test('vite-6', async ({ launch }) => {
workspacePath: './samples/vite-6',
})

await expect(page.getByText('No test results yet.')).toBeVisible()
await expect(page.getByText('No test results yet.')).toBeVisible()

await tester.tree.expand('test')
await tester.tree.expand('test/pass.test.ts')
Expand Down

0 comments on commit 256faa3

Please sign in to comment.