Skip to content

Commit 38345d8

Browse files
committed
make fmt
1 parent 22974ec commit 38345d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/e2e/playwright.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { defineConfig } from "@playwright/test";
22
import * as path from "path";
3-
import {
4-
coderMain,
5-
coderPort,
6-
coderdPProfPort,
7-
gitAuth,
8-
} from "./constants";
3+
import { coderMain, coderPort, coderdPProfPort, gitAuth } from "./constants";
94

105
export const wsEndpoint = process.env.CODER_E2E_WS_ENDPOINT;
116

0 commit comments

Comments
 (0)