Skip to content

Commit 3b78f3c

Browse files
authored
Update website talks. (#5483)
1 parent e4d03fb commit 3b78f3c

2 files changed

Lines changed: 6 additions & 32 deletions

File tree

website/i18n/en.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@
7474
"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).",
7575
"Works with TypeScript|no description given": "Works with TypeScript",
7676
"Watch Talks about Jest|no description given": "Watch Talks about Jest",
77-
"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.",
78-
"Learn how to test JavaScript with|no description given": "Learn how to test JavaScript with",
79-
"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.",
77+
"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.",
8078
"Who's using Jest?|no description given": "Who's using Jest?",
8179
"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.",
8280
"More Jest Users|no description given": "More Jest Users",

website/pages/en/index.js

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class Index extends React.Component {
326326
<iframe
327327
width="560"
328328
height="315"
329-
src="https://www.youtube.com/embed/HAuXJVI_bUs?rel=0"
329+
src="https://www.youtube.com/embed/PvabBs_utr8?rel=0"
330330
frameBorder="0"
331331
allowFullScreen
332332
/>
@@ -341,41 +341,17 @@ class Index extends React.Component {
341341
The Jest core team and contributors regularly speak about
342342
Jest and Delightful JavaScript Testing. Check out our
343343
talks about [Building High-Quality JavaScript
344-
Tools](https://developers.facebook.com/videos/f8-2017/building-high-quality-javascript-tools/)
345-
at f8 2017 or our talk about [Snapshot
346-
Testing](https://www.youtube.com/watch?time_continue=416&v=HAuXJVI_bUs)
347-
at React Conf 2017.
344+
Tools](https://www.youtube.com/watch?v=PvabBs_utr8) at
345+
JSConf.eu 2017 or our talk about [Jest as a
346+
Platform](https://www.youtube.com/watch?v=NtjyeojAOBs) at
347+
ReactiveConf 2017.
348348
</translate>
349349
</MarkdownBlock>
350350
</div>
351351
</div>
352352
</div>
353353
</Container>
354354

355-
<Container padding={['bottom', 'top']} background="light">
356-
<div className="blockElement imageAlignSide twoByGridBlock">
357-
<div className="blockContent">
358-
<h2>
359-
<translate>Learn how to test JavaScript with </translate>
360-
</h2>
361-
<div>
362-
<MarkdownBlock>
363-
<translate>
364-
In this
365-
[video](https://egghead.io/lessons/javascript-test-javascript-with-jest)
366-
by [Kent C. Dodds](https://twitter.com/kentcdodds) you
367-
will learn how to install Jest and write your first unit
368-
test.
369-
</translate>
370-
</MarkdownBlock>
371-
</div>
372-
</div>
373-
<div className="video">
374-
<iframe src="https://fast.wistia.net/embed/iframe/78j73pyz17" />
375-
</div>
376-
</div>
377-
</Container>
378-
379355
<div className="productShowcaseSection paddingBottom">
380356
<h2>
381357
<translate>Who's using Jest?</translate>

0 commit comments

Comments
 (0)