reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Removed karma #82

Closed maxi7587 closed 6 years ago

maxi7587 commented 6 years ago

Added Jest to demo app and removed Karma. Tests on src files can be done using yarn test form the root folder (jasmine script) or going to the src folder and running jest command.