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

21 lines
647 B
JSON

{
"name": "proposal-21-contract",
"description": "Tornado proposal #21 smart contract code & tests",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "npm run test:slots & npm run test:execution",
"build": "forge build --optimize",
"test:slots": "forge test -vv --match-contract StorageBased",
"test:execution": "forge test -vv --fork-url https://rpc.mevblocker.io --block-number 17315182 --match-contract ExecutionBased"
},
"repository": {
"type": "git",
"url": "https://git.tornado.ws/Theo/proposal-21-test"
},
"author": "Theo & AlienTornadosaurusHex",
"license": "MIT"
}