diff --git a/README.md b/README.md index 35107ec52ca0..b7e005413c95 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Jest is released under the MIT license. - - Follow on Twitter + + Follow on Twitter

diff --git a/docs/MoreResources.md b/docs/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/docs/MoreResources.md +++ b/docs/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/blog/2017-01-30-a-great-developer-experience.md b/website/blog/2017-01-30-a-great-developer-experience.md index 77050592b67a..91a6c65a99e1 100644 --- a/website/blog/2017-01-30-a-great-developer-experience.md +++ b/website/blog/2017-01-30-a-great-developer-experience.md @@ -47,6 +47,6 @@ As highlighted [last month](/blog/2016/12/15/2016-in-jest), it is now possible t ## Get involved -This is just the start. Go ahead and take a look at the docs, and don't hesitate to send any feedback our way. If you find a mistake in the docs or you just want to let us know what needs to be documented better, please tweet at us at [@fbjest](https://twitter.com/fbjest), [open an issue on GitHub](https://github.com/facebook/jest/issues), or send us a PR by clicking "Edit on GitHub" at the top of the doc. +This is just the start. Go ahead and take a look at the docs, and don't hesitate to send any feedback our way. If you find a mistake in the docs or you just want to let us know what needs to be documented better, please tweet at us at [@jestjs\_](https://twitter.com/jestjs_), [open an issue on GitHub](https://github.com/facebook/jest/issues), or send us a PR by clicking "Edit on GitHub" at the top of the doc. We're really excited for the year ahead and can't wait to hear from you! diff --git a/website/blog/2017-02-21-jest-19-immersive-watch-mode-test-platform-improvements.md b/website/blog/2017-02-21-jest-19-immersive-watch-mode-test-platform-improvements.md index 372b43bfe026..17b282aff06d 100644 --- a/website/blog/2017-02-21-jest-19-immersive-watch-mode-test-platform-improvements.md +++ b/website/blog/2017-02-21-jest-19-immersive-watch-mode-test-platform-improvements.md @@ -129,7 +129,7 @@ The homepage was completely redesigned to be more descriptive of what Jest is ab ## Community Updates - We really loved this talk: “[Introduction to Jest](https://www.youtube.com/watch?v=tvy0bSgwtTo)“ by Vas Boroviak. -- Follow [@fbjest on Twitter](http://twitter.com/fbjest). +- Follow [@jestjs\_ on Twitter](http://twitter.com/jestjs_). - The Jest Core team syncs once a week to discuss current and future issues. If you'd like to work on Jest, let us know, submit a few pull requests and join our weekly team meetings. - The awesome engineers at Artsy wrote [about Jest as part of their 2017 frontend stack](http://artsy.github.io/blog/2017/02/05/Front-end-JavaScript-at-Artsy-2017/). - Stephen Scott wrote a detailed article about [testing React components](https://medium.freecodecamp.com/the-right-way-to-test-react-components-548a4736ab22) in which he weighs the pros and cons of different approaches. diff --git a/website/blog/2018-06-27-supporting-jest-open-source.md b/website/blog/2018-06-27-supporting-jest-open-source.md index b15d24a171ea..7db9e27d0f84 100644 --- a/website/blog/2018-06-27-supporting-jest-open-source.md +++ b/website/blog/2018-06-27-supporting-jest-open-source.md @@ -62,7 +62,7 @@ To achieve that goal, we will use the funds to: - Print and distribute swag - Develop and fund a bug bounty program (TBD) -This is just the beginning and we're committed to getting this right. If you have ideas on how else we can support the community, or feedback on the structure of the collective, please reach out to us on [twitter](https://twitter.com/fbjest)! +This is just the beginning and we're committed to getting this right. If you have ideas on how else we can support the community, or feedback on the structure of the collective, please reach out to us on [twitter](https://twitter.com/jestjs_)! ## Thank You diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 24e666157ded..bdd780db9fe6 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -259,7 +259,7 @@ const config = { }, { label: 'Twitter', - href: 'https://twitter.com/fbjest', + href: 'https://twitter.com/jestjs_', }, ], }, @@ -276,7 +276,7 @@ const config = { }, { label: 'Twitter', - href: 'https://twitter.com/fbjest', + href: 'https://twitter.com/jestjs_', }, ], }, diff --git a/website/src/pages/help.js b/website/src/pages/help.js index df93d3548db8..257ef260f1d8 100755 --- a/website/src/pages/help.js +++ b/website/src/pages/help.js @@ -43,7 +43,7 @@ class Help extends React.Component { content: ( {`Find out what's new with Jest. -- Follow [Jest](https://twitter.com/fbjest) on Twitter. +- Follow [Jest](https://twitter.com/jestjs_) on Twitter. - Subscribe to the [Jest blog](/blog/). - Look at the [changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md).`} diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 92ca5004995b..43664ab1e6fb 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -29,12 +29,12 @@ import GitHubButton from 'react-github-btn'; function TwitterButton() { return (

- Follow @fbjest + Follow @jestjs_ ); } diff --git a/website/versioned_docs/version-25.x/MoreResources.md b/website/versioned_docs/version-25.x/MoreResources.md index 6c019098564a..500482e69388 100644 --- a/website/versioned_docs/version-25.x/MoreResources.md +++ b/website/versioned_docs/version-25.x/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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. -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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-26.x/MoreResources.md b/website/versioned_docs/version-26.x/MoreResources.md index 6c019098564a..500482e69388 100644 --- a/website/versioned_docs/version-26.x/MoreResources.md +++ b/website/versioned_docs/version-26.x/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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. -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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-27.x/MoreResources.md b/website/versioned_docs/version-27.x/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-27.x/MoreResources.md +++ b/website/versioned_docs/version-27.x/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-28.x/MoreResources.md b/website/versioned_docs/version-28.x/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-28.x/MoreResources.md +++ b/website/versioned_docs/version-28.x/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-29.0/MoreResources.md b/website/versioned_docs/version-29.0/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-29.0/MoreResources.md +++ b/website/versioned_docs/version-29.0/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-29.1/MoreResources.md b/website/versioned_docs/version-29.1/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-29.1/MoreResources.md +++ b/website/versioned_docs/version-29.1/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-29.2/MoreResources.md b/website/versioned_docs/version-29.2/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-29.2/MoreResources.md +++ b/website/versioned_docs/version-29.2/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-29.3/MoreResources.md b/website/versioned_docs/version-29.3/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-29.3/MoreResources.md +++ b/website/versioned_docs/version-29.3/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-29.4/MoreResources.md b/website/versioned_docs/version-29.4/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-29.4/MoreResources.md +++ b/website/versioned_docs/version-29.4/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest. diff --git a/website/versioned_docs/version-29.5/MoreResources.md b/website/versioned_docs/version-29.5/MoreResources.md index deee31a19490..32335ceacbf2 100644 --- a/website/versioned_docs/version-29.5/MoreResources.md +++ b/website/versioned_docs/version-29.5/MoreResources.md @@ -21,4 +21,4 @@ You will find a number of example test cases in the [`examples`](https://github. 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/jestjs_) and [blog](/blog/) to find out what's happening in the world of Jest.