IMPORTANT: While the library is supposed to work with Node 6 you will need to Node 8 or higher to run the tests.
npm install
npm run test
Running them in watch mode
npm run test -- --watch
npm run test:browser
The purpose of this section is to introduce contributors to the philosophy and thinking behind the architecture and API design of this library.
In order to allow various use-cases we want to make sure the SDK works not only in Node, but also in environments like a browser.