ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
475 stars 95 forks source link

`npx blueprint test` should probably re-build contracts before running tests #99

Open anton-trunov opened 7 months ago

anton-trunov commented 7 months ago

It's a common issue when people forget to rebuild their contracts after modifying the source code and then run tests which fail or do not show debugging information.

I'd propose to change the default behavior to always re-build contracts before running tests and introduce a CLI flag to revert to the current workflow, e.g. npx blueprint test --no-build.

polRk commented 6 months ago

It will be better to replace jest with vitest and write vite plugin.