Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jun 28, 2023
1 parent adce034 commit 32d8d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests-integration/tests/baseTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const test = base.extend<TestFixtures>({
vscodeVersion: ['insiders', { option: true }],
workbox: async ({ vscodeVersion, createProject }, use) => {
const defaultCachePath = test.info().outputPath('cache');
await fs.promises.mkdir(defaultCachePath);
const vscodePath = await downloadAndUnzipVSCode(vscodeVersion);
const electronApp = await _electron.launch({
executablePath: vscodePath,
Expand Down

0 comments on commit 32d8d7e

Please sign in to comment.