Skip to content

Commit b30fd02

Browse files
committed
fix: Linter
1 parent e5fb0e2 commit b30fd02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hub/test/hub.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ describe('Hub', () => {
1313
test('call bindClient with provided client when constructing new instance', () => {
1414
const testClient: any = { setupIntegrations: jest.fn() };
1515
const spy = jest.spyOn(Hub.prototype, 'bindClient');
16+
// tslint:disable-next-line:no-unused-expression
1617
new Hub(testClient);
1718
expect(spy).toHaveBeenCalledWith(testClient);
1819
});

0 commit comments

Comments
 (0)