evrythng
Version:
Official Javascript SDK for the EVRYTHNG API.
18 lines (10 loc) • 290 B
Markdown
# 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`