invoiced-sdk
A TypeScript SDK for the Invoiced API
Develop
TODO
Unit Tests
yarn test
# or
yarn test --watch
Coverage
yarn test:cov
# then
yarn cov:view
E2E Tests
E2E tests are meant to run against a sandbox instance of Invoiced. In order to run you'll need to
create the file config/local-test.json5
with the following keys:
{
url: 'https://api.sandbox.invoiced.com',
password: '<your-api-key>'
}
Then simply run yarn e2e
or yarn e2e --watch
config/local*
file(s) are not tracked in Git.
NOTE: Contribute
TODO