UNPKG

@hubspot/api-client

Version:

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

14 lines 650 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("../../../../index"); const InvoicesDiscovery_1 = __importDefault(require("../../../../src/discovery/crm/commerce/invoices/InvoicesDiscovery")); describe('api client', () => { it('is discoverable', () => { const client = new index_1.Client().crm.commerce; expect(InvoicesDiscovery_1.default.name).toBe(client.invoices.constructor.name); }); }); //# sourceMappingURL=commerce.spec.js.map