mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
include json/css in integration tests
This commit is contained in:
@@ -32,7 +32,7 @@ function r(startLine: number, endLine: number, type?: string): ExpectedIndentRan
|
||||
return { startLine, endLine, type };
|
||||
}
|
||||
|
||||
suite('Object Folding', () => {
|
||||
suite('JSON Folding', () => {
|
||||
test('Fold one level', () => {
|
||||
let input = [
|
||||
/*0*/'{',
|
||||
|
||||
Reference in New Issue
Block a user