diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-03 20:40:29 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-03 20:40:29 +0200 |
| commit | effe1121305d7ac4b8ce3bf64c1f124dcefb5a01 (patch) | |
| tree | 68cc9561fea551d0f2a54be2a6472a09a682e462 /editors/code/tests | |
| parent | 300e4dfbccc80272eb1d41113eee7623997af0a9 (diff) | |
| download | rust-effe1121305d7ac4b8ce3bf64c1f124dcefb5a01.tar.gz rust-effe1121305d7ac4b8ce3bf64c1f124dcefb5a01.zip | |
Bump vscode-test
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 |
