This template is a version of motoko-library-template that uses the motoko-unit-tests library in the tests/utils directory
make test- runs your motoko tests by interpreting the code with the motoko compiler
- Tests files have to be in the
/testsdirectory and end with.Test.mo
make doc- creates html and markdown documentation from your inline comments (comments starting with 3 backslashes
///)
- creates html and markdown documentation from your inline comments (comments starting with 3 backslashes
- Actions for running tests every time there is a push or pull request to the
mainbranch