mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Fix failed integration tests
This commit is contained in:
@@ -42,7 +42,7 @@ export function run(): Promise<void> {
|
||||
mocha.useColors(true);
|
||||
}
|
||||
|
||||
const testsRoot = path.resolve(__dirname, '..');
|
||||
const testsRoot = path.resolve(__dirname, '.');
|
||||
|
||||
return new Promise((c, e) => {
|
||||
glob('**/**.test.js', { cwd: testsRoot }, (err, files) => {
|
||||
|
||||
Reference in New Issue
Block a user