-
-
Notifications
You must be signed in to change notification settings - Fork 0
docs: Add a migration guide for migrating from chai to tripwire #255
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a comprehensive migration guide to help users transition from Chai.js to Tripwire. The guide covers multiple migration paths including using the Chai compatibility shim and fully migrating to Tripwire's native APIs.
Changes:
- Added a new migration guide document with detailed instructions for migrating from Chai to Tripwire
- Updated existing documentation files to reference the new migration guide
- Provided API mapping tables and code examples for different migration scenarios
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/migration/migrating-from-chai.md | New comprehensive migration guide with step-by-step instructions, API mappings, and examples for migrating from Chai to Tripwire |
| shim/chai/README.md | Added link to the new migration guide in the documentation section |
| docs/README.md | Added link to the migration guide in the "Migration from Chai" section |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
=======================================
Coverage 91.39% 91.39%
=======================================
Files 78 78
Lines 3427 3427
Branches 883 883
=======================================
Hits 3132 3132
Misses 295 295 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
No description provided.