Skip to content

Commit ee7d294

Browse files
jsjoeiocode-asher
andauthored
Update test/integration/listExtensions.test.ts
Co-authored-by: Asher <[email protected]>
1 parent f3c78ca commit ee7d294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/listExtensions.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe("--list-extensions", () => {
2020
// Make folder because this is where we'll move the extension
2121
const pathToUnpackedExtension = `${tempDir}/${extName}-${extVersion}`
2222
const tempPathToUnpackedExtension = `${tempDir}/${extName}-temp}`
23-
await mkdir(path.resolve(pathToUnpackedExtension))
2423
await extract(extensionFixture, { dir: tempPathToUnpackedExtension })
2524
await rename(path.join(tempPathToUnpackedExtension, "extension", pathToUnpackedExtension))
2625

0 commit comments

Comments
 (0)