- NPM
- Babel (to include ES6 support)
- Jest
- Eslint
- Super Test (API Tests framework)
- Dotenv (For environment variables setup)
Before running the tests, check the .env
file to make sure that the config is adjusted for the environment that you want to run the tests
- Run tests:
npm tests
- Check code format:
npm run lint
- Fix code issues:
npm run lint:fix