Skip to content

Commit

Permalink
Switch to @vscode/test-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray authored Jun 24, 2024
1 parent 1d22ea2 commit 2efc556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/runTest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as path from "path";

Check failure on line 1 in src/test/runTest.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Cannot find module '@vscode/test-electron' or its corresponding type declarations.

Check failure on line 1 in src/test/runTest.ts

View workflow job for this annotation

GitHub Actions / build (macOS-latest)

Cannot find module '@vscode/test-electron' or its corresponding type declarations.

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

async function main() {
try {
Expand Down

0 comments on commit 2efc556

Please sign in to comment.