Fix filtering completions #22
Annotations
5 errors
test/completion.test.ts > minimal meta:
test/completion.test.ts#L204
AssertionError: expected { from: 4, to: 5, …(2) } to strictly equal { commitCharacters: undefined, …(2) }
- Expected
+ Received
Object {
"commitCharacters": undefined,
"from": 4,
"options": Array [
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "pletion",
"section": undefined,
"type": undefined,
},
],
+ "to": 5,
}
❯ test/completion.test.ts:204:22
|
test/completion.test.ts > full meta:
test/completion.test.ts#L240
AssertionError: expected { from: 3, to: 4, …(2) } to strictly equal { commitCharacters: undefined, …(2) }
- Expected
+ Received
Object {
"commitCharacters": undefined,
"from": 3,
"options": Array [
Object {
"commitCharacters": Array [
"p",
],
"detail": "word",
"info": Any<Function>,
"label": "pletion",
"section": undefined,
"type": undefined,
},
],
+ "to": 4,
}
❯ test/completion.test.ts:240:22
|
test/completion.test.ts > completion item kinds:
test/completion.test.ts#L380
AssertionError: expected { from: 3, to: 4, …(2) } to strictly equal { commitCharacters: undefined, …(2) }
- Expected
+ Received
Object {
"commitCharacters": undefined,
"from": 3,
"options": Array [
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Text",
"section": undefined,
"type": "text",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Method",
"section": undefined,
"type": "method",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Function",
"section": undefined,
"type": "function",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Constructor",
"section": undefined,
"type": "class",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Field",
"section": undefined,
"type": "property",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Variable",
"section": undefined,
"type": "variable",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Class",
"section": undefined,
"type": "class",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Interface",
"section": undefined,
"type": "type",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Module",
"section": undefined,
"type": "namespace",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Property",
"section": undefined,
"type": "property",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Unit",
"section": undefined,
"type": "keyword",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Value",
"section": undefined,
"type": "variable",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Enum",
"section": undefined,
"type": "enum",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Keyword",
"section": undefined,
"type": "keyword",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Snippet",
"section": undefined,
"type": "text",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Color",
"section": undefined,
"type": "constant",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "File",
"section": undefined,
"type": undefined,
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Reference",
"section": undefined,
"type": "variable",
},
Object {
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "Folder",
"section": undefined,
"type": undefined,
},
Object {
"co
|
test/completion.test.ts > textEditText:
test/completion.test.ts#L606
AssertionError: expected { from: 3, to: 4, …(2) } to strictly equal { commitCharacters: undefined, …(2) }
- Expected
+ Received
Object {
"commitCharacters": undefined,
"from": 3,
"options": Array [
Object {
"apply": "pletion",
"commitCharacters": undefined,
"detail": undefined,
"info": undefined,
"label": "completion",
"section": undefined,
"type": undefined,
},
],
+ "to": 4,
}
❯ test/completion.test.ts:606:22
|
test
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
package
Expired
|
17.6 KB |
|