Added
- feat: Add
describestrategy, which skips only the remaining tests in the describe block where the failure happened. The skipped scope is always the failed test's immediate parent describe, independent of per-suite configuration. Note that this widens theFailFastStrategytype and thestrategyproperty received by theonFailFastTriggeredhook, so TypeScript consumers exhaustively switching over that value may need to handle the new member. - feat: Apply
failFastBailper describe block when thedescribestrategy is used. Failures are counted separately for each block, so a block is skipped once it accumulates the configured number of failures on its own. Thespecandrunstrategies keep counting failures globally.
Changed
- chore: Update devDependencies.