Writing and Testing an Ante Test
Writing the Ante Test
# Install necessary pacakges determined by the repository, be sure you're
# in the root directory of ante-community-tests
npm install
# This hardhat command compiles all tests in the repository.
npx hardhat compileAnteTest test: Writing an Ante Test's unit test
Testing the unit test
Last updated