File tree 4 files changed +33
-121
lines changed
4 files changed +33
-121
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 5
5
"previous" : " Previous" ,
6
6
"tagline" : " 🃏 Delightful JavaScript Testing" ,
7
7
"cli" : " Jest CLI Options" ,
8
- "community-packages" : " Community Packages" ,
9
8
"configuration" : " Configuring Jest" ,
10
9
"es6-class-mocks" : " ES6 Class Mocks" ,
11
10
"expect" : " Expect" ,
12
11
"getting-started" : " Getting Started" ,
13
12
"api" : " Globals" ,
13
+ "jest-community" : " Jest Community" ,
14
14
"jest-object" : " The Jest Object" ,
15
15
"jest-platform" : " Jest Platform" ,
16
16
"manual-mocks" : " Manual Mocks" ,
Original file line number Diff line number Diff line change 7
7
" setup-teardown" ,
8
8
" mock-functions" ,
9
9
" jest-platform" ,
10
- " community-packages " ,
10
+ " jest-community " ,
11
11
" more-resources"
12
12
],
13
13
"Guides" : [
You can’t perform that action at this time.
0 commit comments