You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/siteConfig.js
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,23 @@ const videos = [
19
19
title: 'Rogelio Guzman - Jest Snapshots and Beyond - React Conf 2017',
20
20
type: videoTypes.YOUTUBE,
21
21
url: 'https://www.youtube.com/embed/HAuXJVI_bUs',
22
-
description: '[Rogelio](https://twitter.com/rogeliog) shows how Jest might help you overcome the inertia to write & maintain tests with the help of a simple React Application.',
22
+
description:
23
+
'[Rogelio](https://twitter.com/rogeliog) shows how Jest might help you overcome the inertia to write & maintain tests with the help of a simple React Application.',
23
24
},
24
25
{
25
26
title: 'Snapshot testing - Anna Doubkova, React London 2017',
26
27
type: videoTypes.YOUTUBE,
27
28
url: 'https://www.youtube.com/embed/sCbGfi40IWk',
28
-
description: 'In this talk, [Anna Doubkova](https://twitter.com/lithinn) explains Snapshot Testing in brief while also highlighting testing pitfalls.',
29
+
description:
30
+
'In this talk, [Anna Doubkova](https://twitter.com/lithinn) explains Snapshot Testing in brief while also highlighting testing pitfalls.',
29
31
},
30
32
{
31
33
title: 'Test React applications using Enzyme & Jest',
32
34
type: videoTypes.YOUTUBE,
33
35
url: 'https://www.youtube.com/embed/8Ww2QBVIw0I',
34
-
description: 'This talk by [Ryan Walsh](https://twitter.com/_rtwalsh) gives an introduction to testing [React](https://facebook.github.io/react/) components using [Enzyme](http://airbnb.io/enzyme/) and Jest.',
35
-
}
36
+
description:
37
+
'This talk by [Ryan Walsh](https://twitter.com/_rtwalsh) gives an introduction to testing [React](https://facebook.github.io/react/) components using [Enzyme](http://airbnb.io/enzyme/) and Jest.',
38
+
},
36
39
];
37
40
38
41
/* List of projects/orgs using your project for the users page */
0 commit comments