dillon1000/react
Commit
Browse files [snap tester] Patch runner for sync mode
--- `yarn snap --sync` currently fails on `error.file-has-non-critical-errors`. This is because we're relying on a globally overwritten `console.error` function to report non-fatal errors. However, executing `Promise.all(...)` on a single nodejs thread will interleave calls to `run` (which is an async function).
Changed paths1 file
First-parent comparisoncompiler/forget/packages/snap/src/runner.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…