Skip to content

Commit

Permalink
Update TestSuite.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhameli authored Mar 13, 2024
1 parent a6fa3ff commit 99dd32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/tools/tester/TestSuite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class TestSuite {
private readonly releaseQuality: ReleaseQuality

public constructor () {
this.storageFolder = path.join(__dirname, '..', '..', '..', '..', '.vscode-test', 'test-resources')
this.storageFolder = os.tmpdir()
this.mochaConfig = path.join(__dirname, '..', 'config', '.mocharc.js')
const pjson = require(path.resolve('package.json')) // eslint-disable-line
this.vsixPath = path.resolve(`${pjson.name}-${pjson.version}.vsix`) // eslint-disable-line
Expand Down

0 comments on commit 99dd32c

Please sign in to comment.