-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Create user showcase. #2369
Create user showcase. #2369
Conversation
WIP.
|
Current coverage is 89.23% (diff: 100%)@@ new-docs #2369 diff @@
==========================================
Files 39 39
Lines 1486 1486
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1326 1326
Misses 160 160
Partials 0 0
|
nice! |
content: '', | ||
}, | ||
{ | ||
image: 'img/logos/reddit.png', |
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.
wait, reddit uses Jest? I must have missed that one.
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.
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.
lol, I even replied to this. I feel silly now. :D
two teams at MS also use it, but I don't know if it makes sense to include them. |
looks lovely. Thank you so much. |
New look and feel. Updated all tutorials, docs, guides with latest best practices. * Cleaned up API Reference docs (#2422) * Reorganized Sidebar Navigation * New Introduction Section (#2425) * Simplified Getting Started introduction * Break up API Reference into multiple docs, separate from Guides (#2388) * Support is now Help (#2370) * Add "Snapshot Testing", "Testing Asynchronous Code" & "Setup and Teardown" docs (#2419, #2406) * Create Jest user showcase (#2369) * New blog post announcing refreshed documentation (#2522) * Truncate blog posts in blog index * New homepage hero (#2662) * New mobile nav (#2664) * Add standard FB Open Source Footer (#2660) * Add RedirectLayout to prevent broken links (#2700) * Refreshed Homepage and Colors across site (#2699) * Deploy Jest website via CircleCI
New look and feel. Updated all tutorials, docs, guides with latest best practices. * Cleaned up API Reference docs (jestjs#2422) * Reorganized Sidebar Navigation * New Introduction Section (jestjs#2425) * Simplified Getting Started introduction * Break up API Reference into multiple docs, separate from Guides (jestjs#2388) * Support is now Help (jestjs#2370) * Add "Snapshot Testing", "Testing Asynchronous Code" & "Setup and Teardown" docs (jestjs#2419, jestjs#2406) * Create Jest user showcase (jestjs#2369) * New blog post announcing refreshed documentation (jestjs#2522) * Truncate blog posts in blog index * New homepage hero (jestjs#2662) * New mobile nav (jestjs#2664) * Add standard FB Open Source Footer (jestjs#2660) * Add RedirectLayout to prevent broken links (jestjs#2700) * Refreshed Homepage and Colors across site (jestjs#2699) * Deploy Jest website via CircleCI
New look and feel. Updated all tutorials, docs, guides with latest best practices. * Cleaned up API Reference docs (jestjs#2422) * Reorganized Sidebar Navigation * New Introduction Section (jestjs#2425) * Simplified Getting Started introduction * Break up API Reference into multiple docs, separate from Guides (jestjs#2388) * Support is now Help (jestjs#2370) * Add "Snapshot Testing", "Testing Asynchronous Code" & "Setup and Teardown" docs (jestjs#2419, jestjs#2406) * Create Jest user showcase (jestjs#2369) * New blog post announcing refreshed documentation (jestjs#2522) * Truncate blog posts in blog index * New homepage hero (jestjs#2662) * New mobile nav (jestjs#2664) * Add standard FB Open Source Footer (jestjs#2660) * Add RedirectLayout to prevent broken links (jestjs#2700) * Refreshed Homepage and Colors across site (jestjs#2699) * Deploy Jest website via CircleCI
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #2269.