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
Maybe we can set jest.spyOn(process.stdout, 'write').mockImplementation(jest.fn()); jest.spyOn(process.stderr, 'write').mockImplementation(jest.fn());
in jest.setup.js
What problem does this feature solve?
There are too many log outputs in the integration test, and it is difficult to locate the actual error case information.
for example, it is difficult to locate the actual error location of this test:
https://github.com/web-infra-dev/rspack-ecosystem-ci/actions/runs/6740600034/job/18323917427
What does the proposed API look like?
none
The text was updated successfully, but these errors were encountered: