summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-11-29 21:36:00 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-11-29 21:36:00 -0500
commit6810c2c029c558f107636819639b1e8c0fdfcc68 (patch)
treed29a95d457557983a05638a8300cc4c8fdc3be44 /client
parentcdb9d1bc1e3e69680edede6f14998640ca2db939 (diff)
downloadPerlNavigator-6810c2c029c558f107636819639b1e8c0fdfcc68.zip
Fixing tests
Diffstat (limited to 'client')
-rw-r--r--client/src/test/runTest.ts2
1 files changed, 1 insertions, 1 deletions
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 {