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 e5337e2 commit b671f72Copy full SHA for b671f72
test/e2e/extensions.test.ts
@@ -1,7 +1,7 @@
1
-import * as path from "path"
2
import { test as base } from "@playwright/test"
3
-import { describe, test, expect } from "./baseFixture"
+import * as path from "path"
4
import { getMaybeProxiedCodeServer } from "../utils/helpers"
+import { describe, test, expect } from "./baseFixture"
5
6
function runTestExtensionTests() {
7
// This will only work if the test extension is loaded into code-server.
0 commit comments