mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
ls spec unit tests
This commit is contained in:
@@ -12,6 +12,7 @@ import { cdTestSuiteSpec as cdTestSuite } from './completions/cd.test';
|
||||
import { codeTestSuite } from './completions/code.test';
|
||||
import { testPaths, type ISuiteSpec } from './helpers';
|
||||
import { codeInsidersTestSuite } from './completions/code-insiders.test';
|
||||
import { lsTestSuiteSpec } from './completions/upstream/ls.test';
|
||||
|
||||
const testSpecs2: ISuiteSpec[] = [
|
||||
{
|
||||
@@ -25,9 +26,14 @@ const testSpecs2: ISuiteSpec[] = [
|
||||
{ input: 'fakecommand |', expectedCompletions: [], expectedResourceRequests: { type: 'both', cwd: testPaths.cwd } },
|
||||
]
|
||||
},
|
||||
|
||||
// completions/
|
||||
cdTestSuite,
|
||||
codeTestSuite,
|
||||
codeInsidersTestSuite,
|
||||
|
||||
// completions/upstream/
|
||||
lsTestSuiteSpec,
|
||||
];
|
||||
|
||||
suite('Terminal Suggest', () => {
|
||||
|
||||
Reference in New Issue
Block a user