Skip to content

Commit

Permalink
fix: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 10, 2020
1 parent e5fb0e2 commit b30fd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hub/test/hub.test.ts
Expand Up @@ -13,6 +13,7 @@ describe('Hub', () => {
test('call bindClient with provided client when constructing new instance', () => {
const testClient: any = { setupIntegrations: jest.fn() };
const spy = jest.spyOn(Hub.prototype, 'bindClient');
// tslint:disable-next-line:no-unused-expression
new Hub(testClient);
expect(spy).toHaveBeenCalledWith(testClient);
});
Expand Down

0 comments on commit b30fd02

Please sign in to comment.