This test suite is intended to be used against running kalatori instance.
Ensure you have Node.js and Yarn installed on your machine. A running instance of the Kalatori API that the tests can interact with.
- install dependencies by runnin
yarn
- check
.env
file to ensure that variables are in sync with daemon you are testing against - run tests with
yarn test