We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b249fea commit ba0cd90Copy full SHA for ba0cd90
site/e2e/globalSetup.ts
@@ -1,6 +1,6 @@
1
import { FullConfig } from "@playwright/test"
2
3
-const globalSetup = async (config: FullConfig): Promise<void> => {
+const globalSetup = async (): Promise<void> => {
4
// Nothing yet!
5
}
6
0 commit comments