Skip to content

Commit 025b785

Browse files
committed
fixup!: formatting
1 parent 79f6060 commit 025b785

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/integration/listExtensions.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe("--list-extensions", () => {
2222
const tempPathToUnpackedExtension = path.join(tempDir, `${extName}-temp`)
2323
await extract(extensionFixture, { dir: tempPathToUnpackedExtension })
2424
await rename(path.join(tempPathToUnpackedExtension, "extension", pathToUnpackedExtension))
25-
2625
})
2726
it("should list installed extensions", async () => {
2827
const { stdout } = await runCodeServerCommand([...setupFlags, "--list-extensions"])

test/utils/runCodeServerCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { exec } from "child_process"
2-
import path from "path";
2+
import path from "path"
33
import { promisify } from "util"
44

55
/**

0 commit comments

Comments
 (0)