Nicci498 / testing-I

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing I Lecture Videos and Exercises

Video I - What is testing

Video link ๐Ÿ“บ - https://youtu.be/tVpcLFGVYM4

Article Link ๐Ÿ–ฅ - https://kentcdodds.com/blog/how-to-know-what-to-test

Video II - Unit Testing with Jest

Video Link ๐Ÿ“บ - https://youtu.be/T7dIBoA_Em0

Guided Project Starter โŒจ๏ธ - https://codesandbox.io/s/unit-testing-starter-xedhh

Jest documentation ๐Ÿ“ - https://jestjs.io/

Mark's Dev Blog Article on AAA - https://defragdev.com/blog/?p=783

Exercise Link โŒจ๏ธ - https://codesandbox.io/s/objective-shamir-7qstq

Converter Formulas ๐Ÿ“ - https://www.w3schools.com/howto/howto_js_length_converter.asp

Guided Project Solution โŒจ๏ธ - https://codesandbox.io/s/unit-testing-final-679uj

Video III - React Testing Library ๐Ÿ™

Video Link ๐Ÿ“บ - https://youtu.be/irshbUTW0QY

RTL Docs ๐Ÿ“ - https://testing-library.com/docs/intro

Guided Project Starter โŒจ๏ธ - https://codesandbox.io/s/testing-i-starter-or6d0

... one more quick video

Video Link ๐Ÿ“บ - https://youtu.be/0UohqU4yNp8

Guided Project Final โŒจ๏ธ - https://codesandbox.io/s/testing-i-starter-z3z2g

About