I'm doing image snapshot testing, and it's very slow. The exact same file (no .concurrent) takes ~21 seconds with this runner, and only ~11 seconds with Jest's built-in. It has 58 snapshots, each invoking sharp to rasterize an SVG to PNG and passing it to jest-image-snapshot. Could I be missing something in my setup? I'm using ts-node/esm on top, just in case (and ts-jest for Jest).
I'm doing image snapshot testing, and it's very slow. The exact same file (no
.concurrent) takes ~21 seconds with this runner, and only ~11 seconds with Jest's built-in. It has 58 snapshots, each invokingsharpto rasterize an SVG to PNG and passing it tojest-image-snapshot. Could I be missing something in my setup? I'm usingts-node/esmon top, just in case (andts-jestfor Jest).