mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-09-22 09:54:20 +00:00
Not only GREP_TESTS can be assigned a single word like: GREP_TESTS=DocApi yarn test But also can be assigned a whole sentence part: GREP_TESTS="supports ascending sort" yarn test That's especially useful to run a single test (and not a whole test suit) Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>