Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 990c33f

Browse files
committedFeb 27, 2018
Replace community packages with jest-community docs
1 parent fd911ae commit 990c33f

File tree

4 files changed

+33
-121
lines changed

4 files changed

+33
-121
lines changed
 

‎docs/CommunityPackages.md

-119
This file was deleted.

‎docs/JestCommunity.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Jest Community
3+
id: jest-community
4+
---
5+
6+
The community around Jest is working hard to make the testing experience even
7+
greater.
8+
9+
[jest-community](https://github.com/jest-community) is a new GitHub organization
10+
for high quality Jest additions curated by Jest maintainers and collaborators.
11+
It already features some of our favorite projects, to name a few:
12+
13+
* [vscode-jest](https://github.com/jest-community/vscode-jest)
14+
* [jest-extended](https://github.com/jest-community/jest-extended)
15+
* [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
16+
* [awesome-jest](https://github.com/jest-community/awesome-jest)
17+
18+
Community projects under one organisation are a great way for Jest to experiment
19+
with new ideas/techniques and approaches. Encourage contributions from the
20+
community and publish contributions independently at a faster pace.
21+
22+
The jest-community org maintains an
23+
[awesome-jest](https://github.com/jest-community/awesome-jest) list of great
24+
projects and resources related to Jest, this includes all projects not just the
25+
ones in the jest-community org.
26+
27+
If you have something awesome to share, feel free to reach out to us! We'd love
28+
to share your project on the awesome-jest list
29+
([send a PR here](https://github.com/jest-community/awesome-jest/pulls)) or if
30+
you would like to transfer your project to the jest-community org reachout to
31+
one of the owners of the org.

‎website/i18n/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"previous": "Previous",
66
"tagline": "🃏 Delightful JavaScript Testing",
77
"cli": "Jest CLI Options",
8-
"community-packages": "Community Packages",
98
"configuration": "Configuring Jest",
109
"es6-class-mocks": "ES6 Class Mocks",
1110
"expect": "Expect",
1211
"getting-started": "Getting Started",
1312
"api": "Globals",
13+
"jest-community": "Jest Community",
1414
"jest-object": "The Jest Object",
1515
"jest-platform": "Jest Platform",
1616
"manual-mocks": "Manual Mocks",

‎website/sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"setup-teardown",
88
"mock-functions",
99
"jest-platform",
10-
"community-packages",
10+
"jest-community",
1111
"more-resources"
1212
],
1313
"Guides": [

0 commit comments

Comments
 (0)
Please sign in to comment.