|
há 4 meses atrás | |
---|---|---|
.. | ||
api | há 9 meses atrás | |
program | há 9 meses atrás | |
tests | há 9 meses atrás | |
.gitignore | há 9 meses atrás | |
Cargo.toml | há 4 meses atrás | |
README.md | há 9 meses atrás | |
package.json | há 9 meses atrás | |
pnpm-lock.yaml | há 9 meses atrás | |
tsconfig.json | há 9 meses atrás |
See the Counter's README for more information.
cargo build-sbf
This project includes both:
program/tests
directory.Node.js tests using Bankrun: tests
directory.
# rust tests
cargo test-sbf
# node tests
pnpm build-and-test # this will also build the program
#or
pnpm test # if you have already built the program