You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug that caused TypeScript files with tab characters to be mishandled (#1464)
Ignore throw statements in Mocha-based tests (efae165)
Peel FunctionCallBlock expressions in Foundry backend (36c4855)
BREAKING CHANGE: Eliminate --no-dry-run option. During a dry run, Necessist records which tests execute which spans. This information facilitates testing span removals, because only the test(s) relevant to a span must be executed. (#1472)