Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: "runs without errors" failing in CI on Node 22 #15423

Open
jayvdb opened this issue Dec 20, 2024 · 0 comments
Open

[Bug]: "runs without errors" failing in CI on Node 22 #15423

jayvdb opened this issue Dec 20, 2024 · 0 comments

Comments

@jayvdb
Copy link

jayvdb commented Dec 20, 2024

Version

22.x

Steps to reproduce

c.f. https://github.com/jestjs/jest/actions/runs/12421407684/job/34681060037?pr=15422#logs

/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant