# Presetup

1. `npm i`
2. Run `npm run build` or `npm run build-dev` in the main `evrythng.js` repository.

# Unit tests

Run `npm run test:unit`

# Integration tests

Run `npm run test`

# e2e

1. Ensure you export all environment variables from `e2e/config.js` file
2. `npm run test:e2e`
