Skip to content

Commit

Permalink
fix the jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhrathod01 committed Jul 3, 2024
1 parent d83cd12 commit 03eb92f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ describe("Tern server sorting", () => {
entityName: "sameEntity",
entityType: ENTITY_TYPE.WIDGET,
expectedType: AutocompleteDataType.STRING,
propertyPath: "tableData",
};
//completion that matches type and is present in dataTree.
const scoredCompletion1 = new ScoredCompletion(
Expand Down

0 comments on commit 03eb92f

Please sign in to comment.