@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
10 lines • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../../../../index");
describe('api client', () => {
it('is discoverable', () => {
const client = new index_1.Client().cms.performance;
expect(client.hasOwnProperty('publicPerformanceApi')).toBeTruthy();
});
});
//# sourceMappingURL=performance.spec.js.map