From 3b78f3c63a2f6923d8c17af8c54969870a744ffd Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Wed, 7 Feb 2018 08:52:11 +0000 Subject: [PATCH] Update website talks. (#5483) --- website/i18n/en.json | 4 +--- website/pages/en/index.js | 34 +++++----------------------------- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 477df7e9cfa9..507253f36091 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -74,9 +74,7 @@ "Jest works with any compile-to-JavaScript language and integrates seamlessly with [Babel](https://babeljs.io) and with TypeScript through [ts-jest](https://github.com/kulshekhar/ts-jest).|no description given": "Jest works with any compile-to-JavaScript language and integrates seamlessly with [Babel](https://babeljs.io) and with TypeScript through [ts-jest](https://github.com/kulshekhar/ts-jest).", "Works with TypeScript|no description given": "Works with TypeScript", "Watch Talks about Jest|no description given": "Watch Talks about Jest", - "The Jest core team and contributors regularly speak about Jest and Delightful JavaScript Testing. Check out our talks about [Building High-Quality JavaScript Tools](https://developers.facebook.com/videos/f8-2017/building-high-quality-javascript-tools/) at f8 2017 or our talk about [Snapshot Testing](https://www.youtube.com/watch?time_continue=416&v=HAuXJVI_bUs) at React Conf 2017.|no description given": "The Jest core team and contributors regularly speak about Jest and Delightful JavaScript Testing. Check out our talks about [Building High-Quality JavaScript Tools](https://developers.facebook.com/videos/f8-2017/building-high-quality-javascript-tools/) at f8 2017 or our talk about [Snapshot Testing](https://www.youtube.com/watch?time_continue=416&v=HAuXJVI_bUs) at React Conf 2017.", - "Learn how to test JavaScript with|no description given": "Learn how to test JavaScript with", - "In this [video](https://egghead.io/lessons/javascript-test-javascript-with-jest) by [Kent C. Dodds](https://twitter.com/kentcdodds) you will learn how to install Jest and write your first unit test.|no description given": "In this [video](https://egghead.io/lessons/javascript-test-javascript-with-jest) by [Kent C. Dodds](https://twitter.com/kentcdodds) you will learn how to install Jest and write your first unit test.", + "The Jest core team and contributors regularly speak about Jest and Delightful JavaScript Testing. Check out our talks about [Building High-Quality JavaScript Tools](https://www.youtube.com/watch?v=PvabBs_utr8) at JSConf.eu 2017 or our talk about [Jest as a Platform](https://www.youtube.com/watch?v=NtjyeojAOBs) at ReactiveConf 2017.|no description given": "The Jest core team and contributors regularly speak about Jest and Delightful JavaScript Testing. Check out our talks about [Building High-Quality JavaScript Tools](https://www.youtube.com/watch?v=PvabBs_utr8) at JSConf.eu 2017 or our talk about [Jest as a Platform](https://www.youtube.com/watch?v=NtjyeojAOBs) at ReactiveConf 2017.", "Who's using Jest?|no description given": "Who's using Jest?", "Jest is used by teams of all sizes to test web applications, node.js services, mobile apps, and APIs.|no description given": "Jest is used by teams of all sizes to test web applications, node.js services, mobile apps, and APIs.", "More Jest Users|no description given": "More Jest Users", diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 9e0c236be548..42f0c4ef1311 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -326,7 +326,7 @@ class Index extends React.Component {