Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anton-trunov opened this issue Apr 19, 2024 · 1 comment

Comments

@anton-trunov
Copy link
Collaborator

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
Copy link

polRk commented May 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants