From 6810c2c029c558f107636819639b1e8c0fdfcc68 Mon Sep 17 00:00:00 2001 From: bscan <10503608+bscan@users.noreply.github.com> Date: Tue, 29 Nov 2022 21:36:00 -0500 Subject: Fixing tests --- client/src/test/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/test') diff --git a/client/src/test/runTest.ts b/client/src/test/runTest.ts index aec71e3..19a7dd4 100644 --- a/client/src/test/runTest.ts +++ b/client/src/test/runTest.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ import * as path from 'path'; -import { runTests } from 'vscode-test'; +import { runTests } from '@vscode/test-electron'; async function main() { try { -- cgit v1.2.3