mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
include json/css in integration tests
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user