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
/Users/runner/work/jest/jest/packages/jest-repl/src/__tests__/jest_repl.test.js
● Repl › cli › runs without errors
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:14940) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
Expected behavior
CI only fails if there is a problem with the PR.
Actual behavior
CI fails for reasons unrelated to the change.
Additional context
No response
Environment
This effects the CI of all platforms in CI: Windows, macos and linux
The text was updated successfully, but these errors were encountered:
Version
22.x
Steps to reproduce
c.f. https://github.com/jestjs/jest/actions/runs/12421407684/job/34681060037?pr=15422#logs
Expected behavior
CI only fails if there is a problem with the PR.
Actual behavior
CI fails for reasons unrelated to the change.
Additional context
No response
Environment
This effects the CI of all platforms in CI: Windows, macos and linux
The text was updated successfully, but these errors were encountered: