File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ describe("--list-extensions", () => {
18
18
setupFlags = [ "--extensions-dir" , tempDir ]
19
19
const extensionFixture = path . resolve ( `./test/integration/fixtures/${ vsixFileName } ` )
20
20
// 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` )
23
23
await extract ( extensionFixture , { dir : tempPathToUnpackedExtension } )
24
24
await rename ( path . join ( tempPathToUnpackedExtension , "extension" , pathToUnpackedExtension ) )
25
25
You can’t perform that action at this time.
0 commit comments