Adoption Checklist
Use minimal first on existing test suites, then move to recommended after
async assertion issues are fixed.
- Enable
testSignal.configs.minimal. - Fix floating
.resolvesand.rejectsassertions. - Remove or assert empty async tests.
- Enable
testSignal.configs.recommended. - Add explicit behavior assertions to snapshot-only and mock-call-only tests.
- Trial
testSignal.configs.stricton high-value packages.