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