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