Skip to content

Conversation

@matthewbastien
Copy link
Member

Description

Make it easier to check for path equality in tests by creating a new chai plugin. It can be used like so:

expect(somePath).to.equalPath("/path/to/some/file.txt");

This assertion converts both paths to the same file separator before comparison to ensure consistent behavior on all platforms.

Tasks

  • Required tests have been written
  • [ ] Documentation has been updated
  • [ ] Added an entry to CHANGELOG.md if applicable

@matthewbastien matthewbastien added the full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit label Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants