If you want to run the tests locally without docker, you have to install bats
In order to run tests, run either
docker run -it -v "$(pwd):/code" bats/bats:latest /code/tests
or
bats -r tests/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you want to run the tests locally without docker, you have to install bats
In order to run tests, run either
docker run -it -v "$(pwd):/code" bats/bats:latest /code/tests
or
bats -r tests/