├── .prettierrc └── slides ├── 00.md ├── 01.gif ├── 02.md ├── 03.md ├── 04.md ├── 05.md ├── 06.md ├── 07.md ├── 08.md ├── 09.md ├── 10.md ├── 11.md ├── 12.md ├── 13.webp ├── 14.webp ├── 15.md ├── 16.md ├── 17.md ├── 18.md ├── 19.md ├── 20.png ├── 21.md ├── 22.md ├── 23.md ├── 24.md ├── 25.md ├── 26.md ├── 27.md ├── 28.md ├── 29.md ├── 30.md └── 31.md /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/.prettierrc -------------------------------------------------------------------------------- /slides/00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/00.md -------------------------------------------------------------------------------- /slides/01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/01.gif -------------------------------------------------------------------------------- /slides/02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/02.md -------------------------------------------------------------------------------- /slides/03.md: -------------------------------------------------------------------------------- 1 | # Building an App? 2 | 3 | As a dev, you've got lots to do: 4 | -------------------------------------------------------------------------------- /slides/04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/04.md -------------------------------------------------------------------------------- /slides/05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/05.md -------------------------------------------------------------------------------- /slides/06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/06.md -------------------------------------------------------------------------------- /slides/07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/07.md -------------------------------------------------------------------------------- /slides/08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/08.md -------------------------------------------------------------------------------- /slides/09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/09.md -------------------------------------------------------------------------------- /slides/10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/10.md -------------------------------------------------------------------------------- /slides/11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/11.md -------------------------------------------------------------------------------- /slides/12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/12.md -------------------------------------------------------------------------------- /slides/13.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/13.webp -------------------------------------------------------------------------------- /slides/14.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/14.webp -------------------------------------------------------------------------------- /slides/15.md: -------------------------------------------------------------------------------- 1 | # What to do? 2 | 3 | **Prioritize** 4 | -------------------------------------------------------------------------------- /slides/16.md: -------------------------------------------------------------------------------- 1 | # How do we prioritize? 2 | -------------------------------------------------------------------------------- /slides/17.md: -------------------------------------------------------------------------------- 1 | # How do we prioritize? 2 | 3 | - Step 1: Identify the company mission 4 | -------------------------------------------------------------------------------- /slides/18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/18.md -------------------------------------------------------------------------------- /slides/19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/19.md -------------------------------------------------------------------------------- /slides/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/20.png -------------------------------------------------------------------------------- /slides/21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/21.md -------------------------------------------------------------------------------- /slides/22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/22.md -------------------------------------------------------------------------------- /slides/23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/23.md -------------------------------------------------------------------------------- /slides/24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/24.md -------------------------------------------------------------------------------- /slides/25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/25.md -------------------------------------------------------------------------------- /slides/26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/26.md -------------------------------------------------------------------------------- /slides/27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/27.md -------------------------------------------------------------------------------- /slides/28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/28.md -------------------------------------------------------------------------------- /slides/29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/29.md -------------------------------------------------------------------------------- /slides/30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/30.md -------------------------------------------------------------------------------- /slides/31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kentcdodds/practically-testing-slides/HEAD/slides/31.md --------------------------------------------------------------------------------