Skip to content

Commit

Permalink
Merge branch 'develop' into test-completions-space
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy authored Jul 11, 2023
2 parents b7186ac + bb5c6d8 commit 6813548
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions typescript/test/completions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,17 @@ test('Object Literal Completions', () => {
"kindModifiers": "optional",
"name": "callback",
},
{
"insertText": "callback() {\\\\n $0\\\\n},",
"isSnippet": true,
"kind": "method",
"kindModifiers": "optional",
"labelDetails": {
"detail": "()",
},
"name": "callback",
"source": "ObjectLiteralMethodSnippet/",
},
{
"insertText": "mood",
"isSnippet": true,
Expand Down

0 comments on commit 6813548

Please sign in to comment.