From 2efc5566236584511272c97b1a47a182ff8d1946 Mon Sep 17 00:00:00 2001 From: John Murray Date: Mon, 24 Jun 2024 11:09:13 +0100 Subject: [PATCH] Switch to @vscode/test-electron --- src/test/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/runTest.ts b/src/test/runTest.ts index 888dadb..7ee1019 100644 --- a/src/test/runTest.ts +++ b/src/test/runTest.ts @@ -1,6 +1,6 @@ import * as path from "path"; -import { runTests } from "vscode-test"; +import { runTests } from "@vscode/test-electron"; async function main() { try {