@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
12 lines • 528 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../../../../index");
const index_2 = require("../../../../codegen/crm/owners/index");
describe('api client', () => {
it('is discoverable', () => {
const client = new index_1.Client().crm.owners;
expect(Object.prototype.hasOwnProperty.call(client, 'ownersApi')).toBeTruthy();
expect(index_2.OwnersApi.name).toBe(client.ownersApi.constructor.name);
});
});
//# sourceMappingURL=owners.spec.js.map