Running Automated Contract Tests
Install the Ganache CLI tool
sudo npm install -g ganache-cli
CD intro the contract
folder inside the project
cd contract
Run the tests
npm run test
info
Depending on the system you are using, the tests can take a lot of time to complete.