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

@@ -22,7 +22,7 @@ export interface ItemDescription {
}
suite('Completions', () => {
suite('HTML Completions', () => {
let assertCompletion = function (completions: CompletionList, expected: ItemDescription, document: TextDocument, offset: number) {
let matches = completions.items.filter(completion => {