Skip to content

Commit 01cbedf

Browse files
Updated test case.
1 parent 5a91e26 commit 01cbedf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/cases/fourslash/completionsAtJsDoc.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@
55
//// * @type {Foo<{/**/}>}
66
//// */
77

8-
verify.completions({ marker: "", exact: [], isNewIdentifierLocation: true });
8+
verify.completions({
9+
marker: "",
10+
exact: {
11+
name: "readonly",
12+
sortText: completion.SortText.GlobalsOrKeywords
13+
},
14+
isNewIdentifierLocation: true,
15+
});

0 commit comments

Comments
 (0)