Skip to content

Conversation

@seveibar
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Oct 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
capacity-node-autorouter Ready Ready Preview Comment Nov 1, 2025 5:26am

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

import fixture from "../../examples/unassigned-obstacles/LoopedReassignmentZeroViaSolver/LoopedReassignmentZeroViaSolver02.json" assert {

P1 Badge Update fixture import after moving test into subfolder

The renamed AssignableViaAutoroutingPipelineSolver02.test.ts now lives one directory deeper than before, but the fixture import at the top still uses the old relative path ../../examples/.... From this new location that resolves to tests/examples/..., which does not exist, so the test will throw a module-not-found error before it even runs. Change the import to use ../../../examples/... (or an absolute alias) so the fixture can be loaded and the test can execute.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@seveibar seveibar merged commit 57e0ed0 into main Nov 1, 2025
8 checks passed
@seveibar seveibar deleted the fail branch November 1, 2025 05:49
@tscircuitbot
Copy link

Thank you for your contribution! 🎉

PR Rating: ⭐⭐⭐
Impact: Major

Track your contributions and see the leaderboard at: tscircuit Contribution Tracker


Comment posted by tscircuitbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants