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 7381ca2 commit e66c685Copy full SHA for e66c685
site/.eslintignore
@@ -7,4 +7,4 @@ out
7
coverage
8
.next
9
storybook-static
10
-test-results
+test-results
site/e2e/globalSetup.ts
@@ -1,6 +1,6 @@
1
import { FullConfig, request } from "@playwright/test"
2
3
-async function globalSetup(config: FullConfig): Promise<void> {
+const globalSetup = async (config: FullConfig): Promise<void> => {
4
// Grab the 'baseURL' from the webserver (`coderd`)
5
const { baseURL } = config.projects[0].use
6
0 commit comments