diff options
Diffstat (limited to 'editors/code/tests')
| -rw-r--r-- | editors/code/tests/runTests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/tests/runTests.ts b/editors/code/tests/runTests.ts index 22df80ad318..7a8f3ef698b 100644 --- a/editors/code/tests/runTests.ts +++ b/editors/code/tests/runTests.ts @@ -1,7 +1,7 @@ import * as path from 'path'; import * as fs from 'fs'; -import { runTests } from 'vscode-test'; +import { runTests } from '@vscode/test-electron'; async function main() { // The folder containing the Extension Manifest package.json |
