1
0
Fork 0
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

579 B

Requirements

Installation

git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/proposal-21-test.git

Testing

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