Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Nov 18, 2023
1 parent 9e20dfd commit 28f88d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ExTester, ReleaseQuality } from 'vscode-extension-tester';
// https://github.com/redhat-developer/vscode-extension-tester/issues/485#issuecomment-1648050797 is fixed

async function main(): Promise<void> {
const version = "latest";
const version = "1.83.1";
const testPath = path.join(__dirname, 'e2e.js');
const storageFolder = path.join(__dirname, '..', 'storage');
const extFolder = path.join(__dirname, '..', 'extensions');
Expand Down

0 comments on commit 28f88d6

Please sign in to comment.