Skip to content
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

Add jest community section to docs #5675

Merged
merged 2 commits into from
Feb 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/JestCommunity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Jest Community
id: jest-community
---

The community around Jest is working hard to make the testing experience even
greater.

[jest-community](https://github.com/jest-community) is a new GitHub organization
for high quality Jest additions curated by Jest maintainers and collaborators.
It already features some of our favorite projects, to name a few:

* [vscode-jest](https://github.com/jest-community/vscode-jest)
* [jest-extended](https://github.com/jest-community/jest-extended)
* [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
* [awesome-jest](https://github.com/jest-community/awesome-jest)

Community projects under one organisation are a great way for Jest to experiment
with new ideas/techniques and approaches. Encourage contributions from the
community and publish contributions independently at a faster pace.

The jest-community org maintains an
[awesome-jest](https://github.com/jest-community/awesome-jest) list of great
projects and resources related to Jest, this includes all projects not just the
ones in the jest-community org.

If you have something awesome to share, feel free to reach out to us! We'd love
to share your project on the awesome-jest list
([send a PR here](https://github.com/jest-community/awesome-jest/pulls)) or if
you would like to transfer your project to the jest-community org reachout to
one of the owners of the org.
1 change: 1 addition & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"expect": "Expect",
"getting-started": "Getting Started",
"api": "Globals",
"jest-community": "Jest Community",
"jest-object": "The Jest Object",
"jest-platform": "Jest Platform",
"manual-mocks": "Manual Mocks",
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"setup-teardown",
"mock-functions",
"jest-platform",
"jest-community",
"more-resources"
],
"Guides": [
Expand Down