proposal-21-test/README.md
AlienTornadosaurusHex f165ff7be4 improve tests with better descriptions and more state assertions
Signed-off-by: AlienTornadosaurusHex <>
2023-05-26 00:11:47 +00:00

22 lines
579 B
Markdown

## Requirements
- Foundryup ([Windows](https://github.com/altugbakan/foundryup-windows), [Linux](https://book.getfoundry.sh/getting-started/installation))
- Node 14 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm))
## Installation
```bash
git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/proposal-21-test.git
```
## Testing
```bash
yarn # or npm
# To test slots
yarn test:slots # or npm
# To test execution of the proposal and balance changes
yarn test:execution
# To test both
yarn test
```