Skip to content

Commit f49e295

Browse files
committed
fix: remove unused 'expect' import in seed test
1 parent 2bcf82b commit f49e295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/seed.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { test, expect } from '@playwright/test';
1+
import { test } from '@playwright/test';
22

33
test.describe('Test group', () => {
4-
test('seed', async ({ page }) => {
4+
test('seed', async () => {
55
// generate code here.
66
});
77
});

0 commit comments

Comments
 (0)