mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
@@ -5,6 +5,7 @@
|
||||
|
||||
import 'mocha';
|
||||
import * as vscode from 'vscode';
|
||||
import type { ICompletionResource } from '../types';
|
||||
import type { Uri } from 'vscode';
|
||||
|
||||
export interface ISuiteSpec {
|
||||
@@ -22,7 +23,7 @@ export interface ITestSpec {
|
||||
type: 'files' | 'folders' | 'both';
|
||||
cwd: Uri;
|
||||
};
|
||||
expectedCompletions?: string[];
|
||||
expectedCompletions?: (string | ICompletionResource)[];
|
||||
}
|
||||
|
||||
const fixtureDir = vscode.Uri.joinPath(vscode.Uri.file(__dirname), '../../testWorkspace');
|
||||
|
||||
Reference in New Issue
Block a user