mirror of https://github.com/facebook/jest.git
Link directly to #testing on Reactiflux (#10974)
This commit is contained in:
parent
5122116a7a
commit
ac02f029d4
|
@ -13,5 +13,5 @@ about: If you have questions, please check Reactiflux or StackOverflow
|
||||||
For questions or help please see:
|
For questions or help please see:
|
||||||
|
|
||||||
- [The Jest help page](https://jestjs.io/en/help.html)
|
- [The Jest help page](https://jestjs.io/en/help.html)
|
||||||
- [Our `#testing` channel in Reactiflux](https://www.reactiflux.com/)
|
- [Our `#testing` channel in Reactiflux](https://discord.gg/j6FKKQQrW9)
|
||||||
- The [jestjs](https://stackoverflow.com/questions/tagged/jestjs) tag on [StackOverflow](https://stackoverflow.com/questions/ask)
|
- The [jestjs](https://stackoverflow.com/questions/tagged/jestjs) tag on [StackOverflow](https://stackoverflow.com/questions/ask)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Please note this issue tracker is not a help forum. We recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/jest) or [Reactiflux](https://www.reactiflux.com/) for questions.
|
Please note this issue tracker is not a help forum. We recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/jest) or [Reactiflux](https://discord.gg/j6FKKQQrW9) for questions.
|
||||||
|
|
||||||
<!-- Love Jest? Please consider supporting our collective: 👉 https://opencollective.com/jest/donate -->
|
<!-- Love Jest? Please consider supporting our collective: 👉 https://opencollective.com/jest/donate -->
|
||||||
|
|
|
@ -202,7 +202,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
|
||||||
|
|
||||||
## How to Get in Touch
|
## How to Get in Touch
|
||||||
|
|
||||||
`#testing` on [Reactiflux](https://www.reactiflux.com/)
|
[`#testing` on Reactiflux](https://discord.gg/j6FKKQQrW9)
|
||||||
|
|
||||||
## Code Conventions
|
## Code Conventions
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,6 @@ You will find a number of example test cases in the [`examples`](https://github.
|
||||||
|
|
||||||
## Join the community
|
## Join the community
|
||||||
|
|
||||||
Ask questions and find answers from other Jest users like you. [Reactiflux](https://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
|
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
|
||||||
|
|
||||||
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.
|
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.
|
||||||
|
|
|
@ -116,4 +116,4 @@ More importantly, adding new tests causes total runtime to grow very slowly. Eng
|
||||||
|
|
||||||
With Jest's recent 0.9 release and performance improvements from the [node-haste2 integration](https://github.com/facebook/jest/pull/599), the runtime of the [Relay](https://github.com/facebook/relay) framework's test suite went down from 60 seconds to about 25 and the [react-native](https://github.com/facebook/react-native) test suite now finishes in less than ten seconds on a 13” MacBook Pro.
|
With Jest's recent 0.9 release and performance improvements from the [node-haste2 integration](https://github.com/facebook/jest/pull/599), the runtime of the [Relay](https://github.com/facebook/relay) framework's test suite went down from 60 seconds to about 25 and the [react-native](https://github.com/facebook/react-native) test suite now finishes in less than ten seconds on a 13” MacBook Pro.
|
||||||
|
|
||||||
We're very happy with the wins we've seen so far, and we're going to keep working on Jest and making it better. If you are curious about contributing to Jest, feel free get in touch on GitHub, [Discord](https://jestjs.io/support.html) or Facebook :)
|
We're very happy with the wins we've seen so far, and we're going to keep working on Jest and making it better. If you are curious about contributing to Jest, feel free get in touch on GitHub, [Discord](https://discord.gg/j6FKKQQrW9) or Facebook :)
|
||||||
|
|
|
@ -13,7 +13,7 @@ The newly created [react-test-renderer](https://yarnpkg.com/en/package/react-tes
|
||||||
|
|
||||||
The [pretty-format](https://github.com/facebook/jest/tree/master/packages/pretty-format) project was rewritten with performance in mind to drive Jest's snapshot feature, was recently merged into Jest's monorepo and is also helpful in other [test runners](https://github.com/avajs/ava/pull/1154). Nowadays Jest is much more about collecting different ideas and solutions to testing than it is about one specific implementation of a test framework.
|
The [pretty-format](https://github.com/facebook/jest/tree/master/packages/pretty-format) project was rewritten with performance in mind to drive Jest's snapshot feature, was recently merged into Jest's monorepo and is also helpful in other [test runners](https://github.com/avajs/ava/pull/1154). Nowadays Jest is much more about collecting different ideas and solutions to testing than it is about one specific implementation of a test framework.
|
||||||
|
|
||||||
I'd like to deeply thank all the people that have [contributed to Jest this year](https://github.com/facebook/jest/graphs/contributors?from=2016-01-01&to=2016-12-14&type=c), both from the open source community and at Facebook: Dmitrii Abramov, Cristian Carlesso, Dan Abramov, Daniel Lo Nigro, Maxim Derbin, Evan Scott, Forbes Lindesay, Keyan Zhang and 60 more people. We'd also like to welcome [Michał Pierzchała (@thymikee)](https://twitter.com/thymikee) as first official external contributor to Jest. He's been doing a great job managing the issues and PRs on the repo. If you'd like to start contributing to Jest, we have a bunch of [good first tasks](https://github.com/facebook/jest/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+bug%22) and we are always happy to help on our [discord channel](https://jestjs.io/en/help).
|
I'd like to deeply thank all the people that have [contributed to Jest this year](https://github.com/facebook/jest/graphs/contributors?from=2016-01-01&to=2016-12-14&type=c), both from the open source community and at Facebook: Dmitrii Abramov, Cristian Carlesso, Dan Abramov, Daniel Lo Nigro, Maxim Derbin, Evan Scott, Forbes Lindesay, Keyan Zhang and 60 more people. We'd also like to welcome [Michał Pierzchała (@thymikee)](https://twitter.com/thymikee) as first official external contributor to Jest. He's been doing a great job managing the issues and PRs on the repo. If you'd like to start contributing to Jest, we have a bunch of [good first tasks](https://github.com/facebook/jest/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+bug%22) and we are always happy to help on our [discord channel](https://discord.gg/j6FKKQQrW9).
|
||||||
|
|
||||||
## [repl.it](http://repl.it/) with Jest integration
|
## [repl.it](http://repl.it/) with Jest integration
|
||||||
|
|
||||||
|
|
|
@ -87,4 +87,4 @@ Recently the Jest core team and other contributors started to talk more about Je
|
||||||
- Rogelio Guzman did a talk about [Jest Snapshots and Beyond](https://www.youtube.com/watch?time_continue=416&v=HAuXJVI_bUs) at React Conf.
|
- Rogelio Guzman did a talk about [Jest Snapshots and Beyond](https://www.youtube.com/watch?time_continue=416&v=HAuXJVI_bUs) at React Conf.
|
||||||
- I spoke about [Building High-Quality JavaScript Tools](https://developers.facebook.com/videos/f8-2017/building-high-quality-javascript-tools/) at Facebook's F8 conference.
|
- I spoke about [Building High-Quality JavaScript Tools](https://developers.facebook.com/videos/f8-2017/building-high-quality-javascript-tools/) at Facebook's F8 conference.
|
||||||
|
|
||||||
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on [GitHub](https://github.com/facebook/jest) or on [Discord](https://www.reactiflux.com/)._
|
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on [GitHub](https://github.com/facebook/jest) or on [Discord](https://discord.gg/j6FKKQQrW9)._
|
||||||
|
|
|
@ -130,4 +130,4 @@ Full talk is available [here](https://www.youtube.com/watch?v=cAKYQpTC7MA).
|
||||||
|
|
||||||
The turnout was amazing, and we were able to meet a lot of the London-based community in person. Thank you to everyone who joined us and for your continued support! Stay tuned for our next post which will outline the Jest Open Collective and the plans we have for the future.
|
The turnout was amazing, and we were able to meet a lot of the London-based community in person. Thank you to everyone who joined us and for your continued support! Stay tuned for our next post which will outline the Jest Open Collective and the plans we have for the future.
|
||||||
|
|
||||||
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on_ _[GitHub](https://github.com/facebook/jest) or on_ _[Discord](https://www.reactiflux.com/)._
|
_As always, this release couldn't have been possible without you, the JavaScript community. We are incredibly grateful that we get the opportunity to work on improving JavaScript testing together. If you'd like to contribute to Jest, please don't hesitate to reach out to us on_ _[GitHub](https://github.com/facebook/jest) or on_ _[Discord](https://discord.gg/j6FKKQQrW9)._
|
||||||
|
|
|
@ -62,7 +62,7 @@ class Footer extends React.Component {
|
||||||
>
|
>
|
||||||
Stack Overflow
|
Stack Overflow
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.reactiflux.com/">Reactiflux</a>
|
<a href="https://discord.gg/j6FKKQQrW9">Reactiflux</a>
|
||||||
<a href="https://twitter.com/fbjest" target="_blank">
|
<a href="https://twitter.com/fbjest" target="_blank">
|
||||||
Twitter
|
Twitter
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -32,8 +32,8 @@ class Help extends React.Component {
|
||||||
content: (
|
content: (
|
||||||
<translate>
|
<translate>
|
||||||
Ask questions and find answers from other Jest users like you.\n\n-
|
Ask questions and find answers from other Jest users like you.\n\n-
|
||||||
Join the `#testing` channel on
|
Join the [`#testing` channel on
|
||||||
[Reactiflux](https://www.reactiflux.com/), a Discord community.\n-
|
Reactiflux](https://discord.gg/j6FKKQQrW9), a Discord community.\n-
|
||||||
Many members of the community use Stack Overflow. Read through the
|
Many members of the community use Stack Overflow. Read through the
|
||||||
[existing
|
[existing
|
||||||
questions](https://stackoverflow.com/questions/tagged/jestjs) tagged
|
questions](https://stackoverflow.com/questions/tagged/jestjs) tagged
|
||||||
|
|
|
@ -20,6 +20,6 @@ You will find a number of example test cases in the [`examples`](https://github.
|
||||||
|
|
||||||
## Join the community
|
## Join the community
|
||||||
|
|
||||||
Ask questions and find answers from other Jest users like you. [Reactiflux](https://www.reactiflux.com/) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
|
Ask questions and find answers from other Jest users like you. [Reactiflux](https://discord.gg/j6FKKQQrW9) is a Discord chat where a lot of Jest discussion happens. Check out the `#testing` channel.
|
||||||
|
|
||||||
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.
|
Follow the [Jest Twitter account](https://twitter.com/fbjest) and [blog](/blog/) to find out what's happening in the world of Jest.
|
||||||
|
|
Loading…
Reference in New Issue