![latest release](https://img.shields.io/npm/v/@nuskin/ns-account)
@nuskin/ns-account
Contains shared JS services for accounts.
Installing
Usng npm:
npm add @nuskin/ns-account
Usng yarn:
yarn add @nuskin/ns-account
Resources
Development
Currently, test coverage is quite low - there are comprehensive tests for a single function in authenticationService.
This served to test that we've got the basic infrastructure to get tests written, though they'll be a little messy
until we have a chance to do some refactoring (like, for example, reducing our dependence on jQuery).
Test Mocks
Currently, there are partial mocks implemented for:
- ns-util
- configurationService
- storage
- default function
- removeItem
- jquery
License
MIT