This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Kent C. Dodds
committed
Mar 8, 2016
1 parent
dce1124
commit daac4c8
Showing
6 changed files
with
230 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
export default { | ||
title: `End to End Testing`, | ||
guests: [ | ||
{ | ||
name: 'Julie Ralph', | ||
twitter: 'somejulie', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
description: ` | ||
End-to-End testing is among the various forms of testing that is critical for the development and quality assurance of your applications. Join us with a subject matter expert to chat about this important part of application development | ||
`, | ||
hangoutId: 'c7h4gafbmpo00gc5llo6v737g3o', | ||
youTubeId: 'yoPIsrhaNGU', | ||
podbeanId: '', | ||
host: { | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
panelists: [ | ||
{ | ||
twitter: 'dan_abramov', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'drboolean', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'getify', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'kwuchu', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'linclark', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'mzabriskie', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'pamasaur', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'tylermcginnis33', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
export default { | ||
title: `AVA: Futuristic test runner 🚀`, | ||
guests: [ | ||
{ | ||
name: 'James Talmage', | ||
twitter: 'jamestalmage', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
name: 'Mark Wubben', | ||
twitter: 'novemberborn', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
name: 'Vadim Demedes', | ||
twitter: 'vdemedes', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
description: ` | ||
[AVA](http://npm.im/ava) is a relatively new testing framework for JavaScript that promises some really unique and exciting benefits over some of the existing testing frameworks. | ||
`, | ||
hangoutId: 'cjeb8ka1hu66uapqkrk40j5bjk4', | ||
youTubeId: 'YRvrPkXBwdo', | ||
podbeanId: '', | ||
host: { | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
panelists: [ | ||
{ | ||
twitter: 'dan_abramov', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'drboolean', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'getify', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'kwuchu', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'linclark', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'mzabriskie', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'pamasaur', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'tylermcginnis33', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.