diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-11-29 21:36:00 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-11-29 21:36:00 -0500 |
commit | 6810c2c029c558f107636819639b1e8c0fdfcc68 (patch) | |
tree | d29a95d457557983a05638a8300cc4c8fdc3be44 /client | |
parent | cdb9d1bc1e3e69680edede6f14998640ca2db939 (diff) | |
download | PerlNavigator-6810c2c029c558f107636819639b1e8c0fdfcc68.zip |
Fixing tests
Diffstat (limited to 'client')
-rw-r--r-- | client/src/test/runTest.ts | 2 |
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 {
|