Skip to content

Commit

Permalink
added @vscode/test-electron
Browse files Browse the repository at this point in the history
Signed-off-by: msivasubramaniaan <[email protected]>
  • Loading branch information
msivasubramaniaan committed Feb 26, 2024
1 parent 54249dc commit c6c888f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/install-vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { execSync } from 'child_process';
import { platform } from 'os';
import { dirname, join } from 'path';
import { downloadAndUnzipVSCode } from 'vscode-test';
import { downloadAndUnzipVSCode } from '@vscode/test-electron';

downloadAndUnzipVSCode()
.then((executable: string): void => {
Expand Down
2 changes: 1 addition & 1 deletion build/unit-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import * as path from 'path';

import { runTests } from 'vscode-test';
import { runTests } from '@vscode/test-electron';

async function main(): Promise<void> {
try {
Expand Down
42 changes: 30 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@kubernetes/client-node": "^0.16.1",
"@redhat-developer/vscode-redhat-telemetry": "^0.5.2",
"@redhat-developer/vscode-wizard": "^0.3.1",
"@vscode/test-electron": "^2.3.9",
"binary-search": "^1.3.6",
"byline": "^5.0.0",
"fs-extra": "^9.1.0",
Expand Down

0 comments on commit c6c888f

Please sign in to comment.