Currently tests in the project partially use the 'demo' HubSpot account. Also, all non GET API requests are mocked via nock.js framework. It could be useful to have separate integration tests set which will test how the wrapper works against real API.
Currently tests in the project partially use the 'demo' HubSpot account. Also, all non
GET
API requests are mocked vianock.js
framework. It could be useful to have separate integration tests set which will test how the wrapper works against real API.