UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

12 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("../../../../index"); const index_2 = require("../../../../codegen/marketing/forms/index"); describe('api client', () => { it('is discoverable', () => { const client = new index_1.Client().marketing.forms; expect(Object.prototype.hasOwnProperty.call(client, 'formsApi')).toBeTruthy(); expect(index_2.FormsApi.name).toBe(client.formsApi.constructor.name); }); }); //# sourceMappingURL=forms.spec.js.map