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

Closed
jayvdb opened this issue Dec 20, 2024 · 2 comments
Closed

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

jayvdb opened this issue Dec 20, 2024 · 2 comments

Comments

@jayvdb
Copy link
Contributor

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
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Jan 19, 2025
@SimenB
Copy link
Member

SimenB commented Jan 19, 2025

Resolved in #15447

@SimenB SimenB closed this as completed Jan 19, 2025
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

2 participants