Rollback is not working properlyin Composer

I am on a Node.js project with TDD. There are plenty of rollback necessary every day. Guess what, when I roll back to a point where all tests previously passed, I now get test errors.

Hey, are you referring to our checkpoints feature?

Using a checkpoint will revert your chat history and codebase to the state it was in when the checkpoint was taken, so the code shouldn’t have changed between the creation of the checkpoint, and you rolling back to it.

1 Like

Indeed that is what I should expect. I am using local directories and not github. Honestly, I did not check the files themselves, there are too many of them. What I checked is tests. And when I tool back to specific checkpoints, tests that passed before then fail. Do not know what is really happening. Maybe my mistake but I doubt it.