mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Add fallback to default completions test suite
This commit is contained in:
@@ -82,6 +82,14 @@ function createCodeTestSpecs(executable: string): ITestSpec2[] {
|
||||
}
|
||||
|
||||
const testSpecs2: ISuiteSpec[] = [
|
||||
{
|
||||
name: 'Fallback to default completions',
|
||||
completionSpecs: [],
|
||||
availableCommands: [],
|
||||
testSpecs: [
|
||||
{ input: 'fakecommand |', expectedCompletions: [], expectedResourceRequests: { type: 'both', cwd: testCwd } },
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'cd',
|
||||
completionSpecs: cdSpec,
|
||||
|
||||
Reference in New Issue
Block a user