BridgeJS: show unified diff on snapshot mismatch by kateinoigakukun · Pull Request #600 · swiftwasm/JavaScriptKit
Motivation
Snapshot failures only reported file paths, making it slow to see what changed.
Overview
Enhance BridgeJS snapshot assertion to write the .actual file, run diff -u, and include the unified diff in the expectation message.