Test examples require Github Access Token at environment variables with grants to create, read, and delete repositories.
Environment variables can be set by creating .env
file in root directory with variables from .env.example
file.
To run tests execute the following commands in your terminal:
npm install
npm run test:dev