- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.1k
 
Docs: migrate programmatic usage to docs and 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
base: main
Are you sure you want to change the base?
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 <[email protected]>
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.
🤔 We already have a .github/DEVELOPMENT.md in the repository. I would think we can leave development stuff like this out of the public website.
WDYT @mochajs/committers?
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.
Yes, let's repurpose this PR to just edit that development.md file, we don't need any docs here on the main website, that should stay focused to user-facing content
| 
               | 
          ||
| $ cd node_modules/ | ||
| $ mv mocha/ mocha.save | ||
| $ git clone https://github.com/visionmedia/mocha.git | 
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.
Aside: I forgot this used to be under visionmedia. What a throwback! 😄
| 
           👋 just checking in @TG199, are you waiting on us for anything?  | 
    
| 
           Hi @mark-wiemer @JoshuaKGoldberg!  | 
    
| 
           Let's keep this one focused.  | 
    
| 
           Okay  | 
    
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.73%           
=======================================
  Files           ?       57           
  Lines           ?     4390           
  Branches        ?      849           
=======================================
  Hits            ?     4115           
  Misses          ?      275           
  Partials        ?        0           ☔ 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
  
    
PR Checklist
status: accepting prsOverview
Migrate 2 developer-focused wiki pages to docs and development,md file:
Part of #5248 wiki migration effort.