blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

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

Open anton-trunov opened this issue 1 year ago • 1 comments

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.

anton-trunov avatar Apr 19 '24 06:04 anton-trunov

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

polRk avatar May 13 '24 18:05 polRk

Closed as completed

Alejandbel avatar May 02 '25 14:05 Alejandbel