2.11.2 • Published 5 years ago
atlas-client-sdk-js v2.11.2
Atlas Client SDK JS
Architectural-level code to be shared between atlas-web and atlas-tv - e.g action creators, reducers, utils, tools, adapters.
Currently also includes service-level code that could be shared across OTT e.g. CategoryService. This code should eventually be moved to ott-client-sdk-js-services.
Usage
yarn test
Runs the unit tests.
yarn test:watch
Runs unit test with file watch.
yarn test:debug
Runs unit test with debugger.
yarn lint
Runs eslint.
yarn format
Runs autofix for eslint.