We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c78ca commit ee7d294Copy full SHA for ee7d294
test/integration/listExtensions.test.ts
@@ -20,7 +20,6 @@ describe("--list-extensions", () => {
20
// Make folder because this is where we'll move the extension
21
const pathToUnpackedExtension = `${tempDir}/${extName}-${extVersion}`
22
const tempPathToUnpackedExtension = `${tempDir}/${extName}-temp}`
23
- await mkdir(path.resolve(pathToUnpackedExtension))
24
await extract(extensionFixture, { dir: tempPathToUnpackedExtension })
25
await rename(path.join(tempPathToUnpackedExtension, "extension", pathToUnpackedExtension))
26
0 commit comments