cip-hosted-payments-sdk
v0.1.6
Published
A javascript library that makes it easier to interact with the CIP Hosted Payments API.
Downloads
7
Readme
Hosted Payments Sdk
A javascript library that makes it easier to interact with the CIP Hosted Payments API.
Running the tests
make sure you have installed dependencies
$ yarn install
run all tests
$ npm test
run a specific file
$ mocha --reporter spec --compilers ts:ts-node/register /test/path/to/file.test.ts