Skip to content

Commit 51b9196

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/listExtensions.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe("--list-extensions", () => {
1818
setupFlags = ["--extensions-dir", tempDir]
1919
const extensionFixture = path.resolve(`./test/integration/fixtures/${vsixFileName}`)
2020
// Make folder because this is where we'll move the extension
21-
const pathToUnpackedExtension = `${tempDir}/${extName}-${extVersion}`
22-
const tempPathToUnpackedExtension = `${tempDir}/${extName}-temp}`
21+
const pathToUnpackedExtension = path.join(tempDir, `${extName}-${extVersion}`)
22+
const tempPathToUnpackedExtension = path.join(tempDir, `${extName}-temp`)
2323
await extract(extensionFixture, { dir: tempPathToUnpackedExtension })
2424
await rename(path.join(tempPathToUnpackedExtension, "extension", pathToUnpackedExtension))
2525

0 commit comments

Comments
 (0)