Skip to content

Commit ba0cd90

Browse files
authored
Update globalSetup.ts
1 parent b249fea commit ba0cd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { FullConfig } from "@playwright/test"
22

3-
const globalSetup = async (config: FullConfig): Promise<void> => {
3+
const globalSetup = async (): Promise<void> => {
44
// Nothing yet!
55
}
66

0 commit comments

Comments
 (0)