include json/css in integration tests

This commit is contained in:
Martin Aeschlimann
2018-03-20 13:02:42 +01:00
parent ab90818cb3
commit 4c81ed502a
9 changed files with 15 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ function r(startLine: number, endLine: number, type?: string): ExpectedIndentRan
return { startLine, endLine, type };
}
suite('Object Folding', () => {
suite('HTML Folding', () => {
test('Fold one level', () => {
let input = [
/*0*/'<html>',