cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
17 stars 37 forks source link

Remove `pnpm test` script #280

Closed guidanoli closed 1 month ago

guidanoli commented 2 months ago

📚 Context

It's weird to have a pnpm script that runs forge, an executable not installed via pnpm.

✔️ Solution

Remove the test script from the package.json file. Substitute pnpm test with forge test [-vvv]. Verbosity level can be adjusted according to the context.