tact
tact copied to clipboard
`gen:contracts:test` script should allow compiling a subset of tests
It should allow specifying a subset of test contracts to build using jest-like patterns:
$ yarn gen:contracts:test math
$ yarn test math
Re-building all test contracts is too time-consuming when working on a specific fix.
Btw, I would actually like a make-like functionality for this. So, yarn test would rebuild test contracts if there are any changes to their source code and then run tests with Jest.
@i582 JFYI most of this is resolved in CLI refactor that will be merged in a couple hours, so don't start doing this immediately.
@i582 JFYI most of this is resolved in CLI refactor that will be merged in a couple hours, so don't start doing this immediately.
Okey 😃