kontent-ai / delivery-sdk-js

Kontent Delivery SDK for Javascript
https://kontent.ai
MIT License
50 stars 34 forks source link

Distribute 'testing' http service #88

Closed Enngage closed 5 years ago

Enngage commented 5 years ago

Motivation

For simple unit testing / faking responses, sample http service should be distrbuted either in core package or in a separate package.

The sample fake http service is currently part of CM api (https://github.com/Kentico/kentico-cloud-js/blob/master/packages/content-management/test-browser/setup/cm-test-http-service.ts)

Enngage commented 5 years ago

Test service is currently part of Core package (https://github.com/Kentico/kentico-cloud-js/commit/f2a753513613af4bb61968248262aba19e120d1a)