Skip to content

Commit

Permalink
Improve test for #2424
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Nov 2, 2020
1 parent 7171922 commit d347695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/vue3/features/completion/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ describe('Vue 3 integration test', () => {
await testCompletion(fileUri, position(6, 2), [
{
label: 'setup?',
kind: CompletionItemKind.Field
kind: CompletionItemKind.Field,
insertText: 'setup'
}
]);
});
Expand Down

0 comments on commit d347695

Please sign in to comment.