-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
docs: migrate programmatic usage to docs, development content to DEVELOPMENT.md #5464
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
Migrate 2 developer-focused wiki pages to both docs systems: - Using Mocha programmatically - Developing mocha Part of mochajs#5248 wiki migration effort. Signed-off-by: Kelechi Ebiri <ebiritg@gmail.com>
|
👋 just checking in @TG199, are you waiting on us for anything? |
|
Hi @mark-wiemer @JoshuaKGoldberg! |
|
Let's keep this one focused. |
|
Okay |
mark-wiemer
left a comment
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.
Migrate 2 developer-focused wiki pages to both docs systems:
- Using Mocha programmatically
- Developing mocha
Using Mocha programmatically also applies to users, not just Mocha devs. Developing Mocha is the only Mocha-dev-focused content I've seen in the wiki, and that should go to DEVELOPMENT.md as mentioned earlier.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5464 +/- ##
=======================================
Coverage 93.69% 93.69%
=======================================
Files 57 57
Lines 4390 4390
Branches 849 849
=======================================
Hits 4113 4113
Misses 277 277 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Move 'Developing mocha' wiki content to .github/DEVELOPMENT.md - Keep 'Using Mocha programmatically' in public docs
01b7fd2 to
9efcd3e
Compare
mark-wiemer
left a comment
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.
Thanks once again! I know I sound like a broken record at this point but really, every file counts and we are almost done!!
Thanks, happy to help get this wrapped up |
PR Checklist
status: accepting prsOverview
Migrate 2 developer-focused wiki pages to docs and development,md file:
Part of #5248 wiki migration effort.