Skip to content

Commit 6cbffd9

Browse files
committed
chore: cleanup
1 parent 2c63ad2 commit 6cbffd9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/installations/__tests__/installations.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ describe('installations()', function () {
9898
{
9999
get: () =>
100100
jest.fn().mockResolvedValue({
101-
result: true,
102-
constants: {
103-
isPerformanceCollectionEnabled: true,
104-
isInstrumentationEnabled: true,
105-
},
101+
constants: {},
106102
} as never),
107103
},
108104
);

0 commit comments

Comments
 (0)