Skip to content

Commit

Permalink
Enable status test for typeHierarchy feature
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
  • Loading branch information
Morriar committed Jun 14, 2024
1 parent 389ee3a commit ea82137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/src/test/suite/status.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ suite("StatusItems", () => {
definition: true,
workspaceSymbol: true,
signatureHelp: true,
typeHierarchy: true,
};
const numberOfFeatures = Object.keys(features).length;
const stub = sinon.stub(vscode.workspace, "getConfiguration").returns({
Expand Down

0 comments on commit ea82137

Please sign in to comment.