Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Dec 9, 2020
1 parent e829d2b commit 639577b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
getClassMemberSuggestions,
getConstructorSuggestions,
getKeywords,
getTypeSuggestions,
Suggestion,
} from './autocomplete';

Expand Down Expand Up @@ -93,6 +94,7 @@ describe('Autocomplete lib', () => {
label: 'ArithmeticException',
},
...keywords,
...getTypeSuggestions(),
],
});
});
Expand Down

0 comments on commit 639577b

Please sign in to comment.