dillon1000/react

Commit

Add option for source maps when running tests (#24577)

I added a `--sourceMaps` option to our test command that enables inline
source maps. I've kept it disabled by default, since it makes the tests
run slower. But it's super useful when attaching to a debugger.
Browse files
Changed paths2 files
First-parent comparison
M scripts/jest/jest-cli.js ModifiedM scripts/jest/preprocessor.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…