[FreeCourseSite.com] Udemy - Testing React with Jest and React Testing Library (RTL)

mp4   Hot:3   Size:2.63 GB   Created:2024-06-13 10:20:37   Update:2024-08-06 15:01:22  

File List

  • 0. Websites you may like/[CourseClub.Me].url 122 B
    0. Websites you may like/[FreeCourseSite.com].url 127 B
    0. Websites you may like/[GigaCourse.Com].url 49 B
    01 - Introduction/001 Introduction to Testing Library and Jest.mp4 23.09 MB
    01 - Introduction/001 Introduction to Testing Library and Jest_en.srt 4.66 KB
    01 - Introduction/002 Create-React-App-Official-Site.url 53 B
    01 - Introduction/002 Create-React-App.mp4 13.72 MB
    01 - Introduction/002 Create-React-App_en.srt 2.44 KB
    01 - Introduction/003 First Test with Testing Library.mp4 39.82 MB
    01 - Introduction/003 First Test with Testing Library_en.srt 6.76 KB
    01 - Introduction/004 Jest and Jest-DOM Assertions.mp4 24.28 MB
    01 - Introduction/004 Jest and Jest-DOM Assertions_en.srt 4.53 KB
    01 - Introduction/005 Jest Watch Mode and How Tests Work.mp4 50.37 MB
    01 - Introduction/005 Jest Watch Mode and How Tests Work_en.srt 7.87 KB
    01 - Introduction/006 TDD Test Driven Development.mp4 19.06 MB
    01 - Introduction/006 TDD Test Driven Development_en.srt 3.77 KB
    01 - Introduction/007 React Testing Library Philosophy.mp4 10.74 MB
    01 - Introduction/007 React Testing Library Philosophy_en.srt 4.92 KB
    01 - Introduction/008 Functional Testing vs Unit Testing.mp4 9.58 MB
    01 - Introduction/008 Functional Testing vs Unit Testing_en.srt 4.43 KB
    01 - Introduction/009 TDD (Test Driven Development) vs BDD (Behavior Driven Development).mp4 3.56 MB
    01 - Introduction/009 TDD (Test Driven Development) vs BDD (Behavior Driven Development)_en.srt 1.41 KB
    01 - Introduction/010 Testing Library and Accessibility.mp4 49.73 MB
    01 - Introduction/010 Testing Library and Accessibility_en.srt 6.95 KB
    01 - Introduction/010 Testing-Library-Which-Query-Should-I-Use-.url 80 B
    01 - Introduction/010 W3C-Role-Definitions.url 72 B
    01 - Introduction/011 RESOURCE Where to find code if you'd rather not write React for this course.html 4.07 KB
    01 - Introduction/012 TROUBLESHOOTING Errors from Node 17 and above.html 2.1 KB
    01 - Introduction/external-links.txt 254 B
    02 - Simple App Color Button/001 Course-GitHub-Repository.url 71 B
    02 - Simple App Color Button/001 Overall Course Plan.mp4 7.91 MB
    02 - Simple App Color Button/001 Overall Course Plan_en.srt 3.89 KB
    02 - Simple App Color Button/002 Start Color Button App.mp4 71.26 MB
    02 - Simple App Color Button/002 Start Color Button App_en.srt 12.33 KB
    02 - Simple App Color Button/002 W3C-Role-Definitions.url 72 B
    02 - Simple App Color Button/002 jest-dom-GitHub-page.url 67 B
    02 - Simple App Color Button/003 JEST-DOM BUG! False positives with camelCase `toHaveStyles`.html 1.69 KB
    02 - Simple App Color Button/004 Testing-Library-logRoles-documentation.url 104 B
    02 - Simple App Color Button/004 `logRoles` method for debugging roles.mp4 9.04 MB
    02 - Simple App Color Button/004 `logRoles` method for debugging roles_en.srt 2.07 KB
    02 - Simple App Color Button/005 Test Behavior when Clicking Button.mp4 52.89 MB
    02 - Simple App Color Button/005 Test Behavior when Clicking Button_en.srt 7.64 KB
    02 - Simple App Color Button/006 OPTIONAL React Code Click Button to Change Color.mp4 18.13 MB
    02 - Simple App Color Button/006 OPTIONAL React Code Click Button to Change Color_en.srt 7.33 KB
    02 - Simple App Color Button/006 React-code-from-this-lecture.url 134 B
    02 - Simple App Color Button/007 Manual Acceptance Testing.mp4 2.64 MB
    02 - Simple App Color Button/007 Manual Acceptance Testing_en.srt 1.74 KB
    02 - Simple App Color Button/008 React-code-from-this-lecture.url 146 B
    02 - Simple App Color Button/008 Test Initial Condition of Button and Checkbox.mp4 38 MB
    02 - Simple App Color Button/008 Test Initial Condition of Button and Checkbox_en.srt 6.51 KB
    02 - Simple App Color Button/009 OPTIONAL Testing styles from imported CSS modules.html 2.51 KB
    02 - Simple App Color Button/010 GitHub-repo-link-for-React-code-for-code-quizzes.url 92 B
    02 - Simple App Color Button/010 Introduction to Code Quizzes.mp4 8.34 MB
    02 - Simple App Color Button/010 Introduction to Code Quizzes_en.srt 4.12 KB
    02 - Simple App Color Button/011 01-Checkbox-Functionality-Code-Quiz-Spec.pdf 38.68 KB
    02 - Simple App Color Button/011 Code Quiz! Confirm Button Disable on Checkbox Check.mp4 5.65 MB
    02 - Simple App Color Button/011 Code Quiz! Confirm Button Disable on Checkbox Check_en.srt 2.81 KB
    02 - Simple App Color Button/011 React-code-for-this-code-quiz.url 125 B
    02 - Simple App Color Button/012 Code Quiz Solution Confirm Button Disable on Checkbox Check.mp4 12.28 MB
    02 - Simple App Color Button/012 Code Quiz Solution Confirm Button Disable on Checkbox Check_en.srt 3.77 KB
    02 - Simple App Color Button/013 Finding Checkbox with Label.mp4 12.67 MB
    02 - Simple App Color Button/013 Finding Checkbox with Label_en.srt 2.98 KB
    02 - Simple App Color Button/013 React-code-from-this-lecture.url 133 B
    02 - Simple App Color Button/014 02-Disabled-Button-Gray-Code-Quiz-Spec.pdf 92.43 KB
    02 - Simple App Color Button/014 Code Quiz! Disabled Button Turns Gray.mp4 11.67 MB
    02 - Simple App Color Button/014 Code Quiz! Disabled Button Turns Gray_en.srt 4.01 KB
    02 - Simple App Color Button/014 React-code-for-this-code-quiz.url 122 B
    02 - Simple App Color Button/015 React-code-from-this-lecture.url 141 B
    02 - Simple App Color Button/015 Unit Testing Functions.mp4 66.92 MB
    02 - Simple App Color Button/015 Unit Testing Functions_en.srt 8.86 KB
    02 - Simple App Color Button/016 03-Colors-with-Spaces-Code-Quiz-Spec.pdf 32.36 KB
    02 - Simple App Color Button/016 Code Quiz! Update Tests for New Color Names.mp4 11.44 MB
    02 - Simple App Color Button/016 Code Quiz! Update Tests for New Color Names_en.srt 3.11 KB
    02 - Simple App Color Button/016 React-code-for-this-code-quiz.url 120 B
    02 - Simple App Color Button/017 When to Unit Test.mp4 5.37 MB
    02 - Simple App Color Button/017 When to Unit Test_en.srt 2.48 KB
    02 - Simple App Color Button/018 Review Simple App.mp4 3.52 MB
    02 - Simple App Color Button/018 Review Simple App_en.srt 1.67 KB
    02 - Simple App Color Button/external-links.txt 1.47 KB
    03 - ESLint with Testing Library, plus Prettier/0. Websites you may like/[CourseClub.Me].url 122 B
    03 - ESLint with Testing Library, plus Prettier/0. Websites you may like/[FreeCourseSite.com].url 127 B
    03 - ESLint with Testing Library, plus Prettier/0. Websites you may like/[GigaCourse.Com].url 49 B
    03 - ESLint with Testing Library, plus Prettier/001 ESLint and Prettier.mp4 8.65 MB
    03 - ESLint with Testing Library, plus Prettier/002 ESLint for Testing Library and Jest-DOM.mp4 12.94 MB
    03 - ESLint with Testing Library, plus Prettier/002 ESLint for Testing Library and Jest-DOM_en.srt 3.86 KB
    03 - ESLint with Testing Library, plus Prettier/002 ESLint-Plugin-for-Jest-DOM.url 81 B
    03 - ESLint with Testing Library, plus Prettier/002 ESLint-Plugin-for-Testing-Library.url 88 B
    03 - ESLint with Testing Library, plus Prettier/002 Example.eslintrc.json-file.url 94 B
    03 - ESLint with Testing Library, plus Prettier/003 Instructions for displaying ESLint in the status bar for ESLint extension 2.4.0+.html 2.82 KB
    03 - ESLint with Testing Library, plus Prettier/004 Configure ESLint in VSCode.mp4 50.82 MB
    03 - ESLint with Testing Library, plus Prettier/004 Configure ESLint in VSCode_en.srt 7.58 KB
    03 - ESLint with Testing Library, plus Prettier/004 User-settings.json-Location-in-VS-Code.url 103 B
    03 - ESLint with Testing Library, plus Prettier/005 Configure Prettier in VSCode.mp4 7.19 MB
    03 - ESLint with Testing Library, plus Prettier/005 Configure Prettier in VSCode_en.srt 1.44 KB
    03 - ESLint with Testing Library, plus Prettier/006 Review ESLint and Prettier.mp4 3.2 MB
    03 - ESLint with Testing Library, plus Prettier/006 Review ESLint and Prettier_en.srt 1.44 KB
    03 - ESLint with Testing Library, plus Prettier/external-links.txt 433 B
    04 - Sundaes On Demand Form Review and Popover/001 Introduction to Sundaes on Demand.mp4 27.91 MB
    04 - Sundaes On Demand Form Review and Popover/001 Introduction to Sundaes on Demand_en.srt 10.13 KB
    04 - Sundaes On Demand Form Review and Popover/001 Sundae-server-code-in-the-course-GitHub-repository.url 97 B
    04 - Sundaes On Demand Form Review and Popover/002 .eslintrc.json-from-color-button-project-in-course-GitHub-repo.url 129 B
    04 - Sundaes On Demand Form Review and Popover/002 .vscode-settings.json-from-color-button-project-in-course-GitHub-repository.url 136 B
    04 - Sundaes On Demand Form Review and Popover/002 ESLint and Prettier Setup.mp4 18.82 MB
    04 - Sundaes On Demand Form Review and Popover/002 ESLint and Prettier Setup_en.srt 5.17 KB
    04 - Sundaes On Demand Form Review and Popover/002 ESLint-VSCode-and-Boostrap-setup-code.url 143 B
    04 - Sundaes On Demand Form Review and Popover/003 ESLint-VSCode-and-Boostrap-setup-code.url 143 B
    04 - Sundaes On Demand Form Review and Popover/003 React Bootstrap Setup.mp4 19.65 MB
    04 - Sundaes On Demand Form Review and Popover/003 React-Bootstrap-CSS-reference.url 98 B
    04 - Sundaes On Demand Form Review and Popover/003 React-Bootstrap-JavaScript-Globals.url 109 B
    04 - Sundaes On Demand Form Review and Popover/004 Code Organization and Introduction to SummaryForm.mp4 18.03 MB
    04 - Sundaes On Demand Form Review and Popover/004 Code Organization and Introduction to SummaryForm_en.srt 6.49 KB
    04 - Sundaes On Demand Form Review and Popover/005 04-Checkbox-Enables-Button-Code-Quiz-Spec.pdf 109.88 KB
    04 - Sundaes On Demand Form Review and Popover/005 Code Quiz Checkbox Enables Button.mp4 24.59 MB
    04 - Sundaes On Demand Form Review and Popover/005 Code Quiz Checkbox Enables Button_en.srt 6.55 KB
    04 - Sundaes On Demand Form Review and Popover/005 Jest-DOM-Documentation.url 67 B
    04 - Sundaes On Demand Form Review and Popover/005 React-Testing-Library-Cheat-Sheet.url 90 B
    04 - Sundaes On Demand Form Review and Popover/005 React-code-for-this-code-quiz.url 126 B
    04 - Sundaes On Demand Form Review and Popover/006 OPTIONAL React Code SummaryForm Checkbox and Button.mp4 9.38 MB
    04 - Sundaes On Demand Form Review and Popover/006 OPTIONAL React Code SummaryForm Checkbox and Button_en.srt 2.77 KB
    04 - Sundaes On Demand Form Review and Popover/006 React-code-from-this-lecture.url 118 B
    04 - Sundaes On Demand Form Review and Popover/007 React Bootstrap Popover and Testing Library userEvent.mp4 40.4 MB
    04 - Sundaes On Demand Form Review and Popover/007 React Bootstrap Popover and Testing Library userEvent_en.srt 6.67 KB
    04 - Sundaes On Demand Form Review and Popover/007 user-event-API-reference.url 78 B
    04 - Sundaes On Demand Form Review and Popover/007 user-event-GitHub-Documentation.url 69 B
    04 - Sundaes On Demand Form Review and Popover/008 IMPORTANT, PLEASE READ! code update required to avoid errors.html 2.09 KB
    04 - Sundaes On Demand Form Review and Popover/009 Replace `fireEvent` with `userEvent`.mp4 19.25 MB
    04 - Sundaes On Demand Form Review and Popover/009 Replace `fireEvent` with `userEvent`_en.srt 4.47 KB
    04 - Sundaes On Demand Form Review and Popover/010 React-Testing-Library-Cheat-Sheet.url 90 B
    04 - Sundaes On Demand Form Review and Popover/010 Screen Query Methods.mp4 29.79 MB
    04 - Sundaes On Demand Form Review and Popover/010 Screen Query Methods_en.srt 5.77 KB
    04 - Sundaes On Demand Form Review and Popover/010 Testing-Library-API-Queries-Documentation.url 88 B
    04 - Sundaes On Demand Form Review and Popover/010 Testing-Library-Query-Priority.url 80 B
    04 - Sundaes On Demand Form Review and Popover/011 React-Testing-Library-Cheat-Sheet.url 90 B
    04 - Sundaes On Demand Form Review and Popover/011 Testing Element is Not on Page Popover Tests.mp4 55.62 MB
    04 - Sundaes On Demand Form Review and Popover/011 Testing Element is Not on Page Popover Tests_en.srt 8.24 KB
    04 - Sundaes On Demand Form Review and Popover/011 user-event-GitHub-Documentation.url 69 B
    04 - Sundaes On Demand Form Review and Popover/012 OPTIONAL React Code Popover.mp4 10.48 MB
    04 - Sundaes On Demand Form Review and Popover/012 OPTIONAL React Code Popover_en.srt 2.07 KB
    04 - Sundaes On Demand Form Review and Popover/012 React-Bootstrap-Popover.url 89 B
    04 - Sundaes On Demand Form Review and Popover/012 React-code-from-this-lecture.url 134 B
    04 - Sundaes On Demand Form Review and Popover/013 Review Summary Form.mp4 6.33 MB
    04 - Sundaes On Demand Form Review and Popover/013 Review Summary Form_en.srt 3.02 KB
    04 - Sundaes On Demand Form Review and Popover/external-links.txt 2.42 KB
    05 - Simulating Server Response with Mock Service Worker/0. Websites you may like/[CourseClub.Me].url 122 B
    05 - Simulating Server Response with Mock Service Worker/0. Websites you may like/[FreeCourseSite.com].url 127 B
    05 - Simulating Server Response with Mock Service Worker/0. Websites you may like/[GigaCourse.Com].url 49 B
    05 - Simulating Server Response with Mock Service Worker/001 OrderEntry Server Data Introduction.mp4 11.98 MB
    05 - Simulating Server Response with Mock Service Worker/001 OrderEntry Server Data Introduction_en.srt 2.86 KB
    05 - Simulating Server Response with Mock Service Worker/002 Introduction to Mock Service Worker and Handlers.mp4 49.37 MB
    05 - Simulating Server Response with Mock Service Worker/002 Introduction to Mock Service Worker and Handlers_en.srt 9.38 KB
    05 - Simulating Server Response with Mock Service Worker/002 Mock-Service-Worker-REST-API.url 76 B
    05 - Simulating Server Response with Mock Service Worker/002 Mock-Service-Worker.url 41 B
    05 - Simulating Server Response with Mock Service Worker/002 Sundae-server-from-course-GitHub-repository.url 97 B
    05 - Simulating Server Response with Mock Service Worker/003 Why not mock axios using Jest.html 1.3 KB
    05 - Simulating Server Response with Mock Service Worker/004 Mock-Service-Worker-Node-Integration-Documentation.url 76 B
    05 - Simulating Server Response with Mock Service Worker/004 Setting up the Mock Service Worker Server.mp4 24.3 MB
    05 - Simulating Server Response with Mock Service Worker/004 Setting up the Mock Service Worker Server_en.srt 4.37 KB
    05 - Simulating Server Response with Mock Service Worker/005 Tests with Mock Service Worker Scoop Options.mp4 52.86 MB
    05 - Simulating Server Response with Mock Service Worker/005 Tests with Mock Service Worker Scoop Options_en.srt 8.35 KB
    05 - Simulating Server Response with Mock Service Worker/006 IMPORTANT, PLEASE READ axios issue with 1.x.html 1.54 KB
    05 - Simulating Server Response with Mock Service Worker/007 OPTIONAL React Code Options and ScoopOption Components.mp4 52.83 MB
    05 - Simulating Server Response with Mock Service Worker/007 OPTIONAL React Code Options and ScoopOption Components_en.srt 13.73 KB
    05 - Simulating Server Response with Mock Service Worker/007 React-code-from-this-lecture.url 131 B
    05 - Simulating Server Response with Mock Service Worker/008 Using `await findBy` to Find Elements that Populate Asynchronously.mp4 13.1 MB
    05 - Simulating Server Response with Mock Service Worker/008 Using `await findBy` to Find Elements that Populate Asynchronously_en.srt 3.61 KB
    05 - Simulating Server Response with Mock Service Worker/009 05-Topping-Options-from-Server-Code-Quiz-Spec.pdf 157.05 KB
    05 - Simulating Server Response with Mock Service Worker/009 Code Quiz! Topping Options from Server.mp4 47.21 MB
    05 - Simulating Server Response with Mock Service Worker/009 Code Quiz! Topping Options from Server_en.srt 8.63 KB
    05 - Simulating Server Response with Mock Service Worker/009 Mock-Service-Worker-Handler-Response-Resolver-Reference.url 94 B
    05 - Simulating Server Response with Mock Service Worker/009 React-code-for-this-code-quiz.url 130 B
    05 - Simulating Server Response with Mock Service Worker/010 TROUBLESHOOTING `Unable to find role=img` error.html 12.32 KB
    05 - Simulating Server Response with Mock Service Worker/011 Error Server Response Planning.mp4 13.26 MB
    05 - Simulating Server Response with Mock Service Worker/011 Error Server Response Planning_en.srt 4.01 KB
    05 - Simulating Server Response with Mock Service Worker/011 React-Bootstrap-Alerts.url 75 B
    05 - Simulating Server Response with Mock Service Worker/012 Simulating Server Error Response in Tests.mp4 41.7 MB
    05 - Simulating Server Response with Mock Service Worker/012 Simulating Server Error Response in Tests_en.srt 9.03 KB
    05 - Simulating Server Response with Mock Service Worker/013 OPTIONAL React Code Alert Banner for Options Server Error.mp4 26.28 MB
    05 - Simulating Server Response with Mock Service Worker/013 OPTIONAL React Code Alert Banner for Options Server Error_en.srt 6.58 KB
    05 - Simulating Server Response with Mock Service Worker/013 React-code-from-this-lecture.url 126 B
    05 - Simulating Server Response with Mock Service Worker/014 Running only Selected Tests, and `waitFor`.mp4 36.02 MB
    05 - Simulating Server Response with Mock Service Worker/014 Running only Selected Tests, and `waitFor`_en.srt 7.94 KB
    05 - Simulating Server Response with Mock Service Worker/014 Testing-Library-waitFor-Method.url 94 B
    05 - Simulating Server Response with Mock Service Worker/015 TROUBLESHOOTING Tests passing but getting warnings errors.html 3.13 KB
    05 - Simulating Server Response with Mock Service Worker/016 OPTIONAL Frequent Question Why doesn't name work with the role alert.html 1.9 KB
    05 - Simulating Server Response with Mock Service Worker/017 Review Server Error Response and Test Debugging Tools.mp4 5.21 MB
    05 - Simulating Server Response with Mock Service Worker/017 Review Server Error Response and Test Debugging Tools_en.srt 2.31 KB
    05 - Simulating Server Response with Mock Service Worker/external-links.txt 1.11 KB
    06 - Testing Components Wrapped in a Provider/001 Intro to Tests for Total and Subtotals.mp4 5.64 MB
    06 - Testing Components Wrapped in a Provider/001 Intro to Tests for Total and Subtotals_en.srt 1.22 KB
    06 - Testing Components Wrapped in a Provider/002 Entering Text Input Subtotal Tests.mp4 72.57 MB
    06 - Testing Components Wrapped in a Provider/002 Entering Text Input Subtotal Tests_en.srt 11.39 KB
    06 - Testing Components Wrapped in a Provider/002 Testing-Library-exact-Option-for-getByText.url 71 B
    06 - Testing Components Wrapped in a Provider/002 user-event-GitHub-Documentation.url 69 B
    06 - Testing Components Wrapped in a Provider/003 Kent-C.Dodds-Blog-Post-on-Context-with-Embedded-State.url 91 B
    06 - Testing Components Wrapped in a Provider/003 OPTIONAL React Code OrderDetails Context.mp4 192.56 MB
    06 - Testing Components Wrapped in a Provider/003 OPTIONAL React Code OrderDetails Context_en.srt 20.14 KB
    06 - Testing Components Wrapped in a Provider/003 React-code-from-this-lecture-and-the-next-lecture-.url 127 B
    06 - Testing Components Wrapped in a Provider/004 OPTIONAL React Code Use Context to Display Scoops Subtotal.mp4 246.43 MB
    06 - Testing Components Wrapped in a Provider/004 OPTIONAL React Code Use Context to Display Scoops Subtotal_en.srt 24.57 KB
    06 - Testing Components Wrapped in a Provider/004 React-code-from-this-lecture-and-the-previous-lecture-.url 127 B
    06 - Testing Components Wrapped in a Provider/005 Adding Context to Test Setup.mp4 55.88 MB
    06 - Testing Components Wrapped in a Provider/005 Adding Context to Test Setup_en.srt 4.75 KB
    06 - Testing Components Wrapped in a Provider/006 TROUBLESHOOTING not wrapped in act(...) error during next lecture.html 1.64 KB
    06 - Testing Components Wrapped in a Provider/007 Creating Custom Render to Wrap in Provider By Default.mp4 41.32 MB
    06 - Testing Components Wrapped in a Provider/007 Creating Custom Render to Wrap in Provider By Default_en.srt 6.02 KB
    06 - Testing Components Wrapped in a Provider/007 Testing-Library-Documentation-for-Creating-Custom-render-Method.url 98 B
    06 - Testing Components Wrapped in a Provider/008 Review Scoops Subtotal with Context.mp4 4.6 MB
    06 - Testing Components Wrapped in a Provider/008 Review Scoops Subtotal with Context_en.srt 2.2 KB
    06 - Testing Components Wrapped in a Provider/009 06-Toppings-Subtotal-Code-Quiz-Spec.pdf 178.57 KB
    06 - Testing Components Wrapped in a Provider/009 Code Quiz! Toppings Subtotal.mp4 51.61 MB
    06 - Testing Components Wrapped in a Provider/009 Code Quiz! Toppings Subtotal_en.srt 8.55 KB
    06 - Testing Components Wrapped in a Provider/009 React-code-for-this-code-quiz.url 120 B
    06 - Testing Components Wrapped in a Provider/010 OPTIONAL React Code Toppings Checkboxes.mp4 16.71 MB
    06 - Testing Components Wrapped in a Provider/010 OPTIONAL React Code Toppings Checkboxes_en.srt 3.44 KB
    06 - Testing Components Wrapped in a Provider/010 React-code-for-this-lecture.url 125 B
    06 - Testing Components Wrapped in a Provider/011 Note on equivalent error strings for next lecture.html 1.1 KB
    06 - Testing Components Wrapped in a Provider/012 07-Grand-Total-Code-Quiz-Spec.pdf 171.45 KB
    06 - Testing Components Wrapped in a Provider/012 Code Quiz! Grand Total.mp4 111.52 MB
    06 - Testing Components Wrapped in a Provider/012 Code Quiz! Grand Total_en.srt 14.8 KB
    06 - Testing Components Wrapped in a Provider/012 React-code-for-this-code-quiz.url 114 B
    06 - Testing Components Wrapped in a Provider/013 Not wrapped in act()... Error.mp4 84.75 MB
    06 - Testing Components Wrapped in a Provider/013 Not wrapped in act()... Error_en.srt 10.4 KB
    06 - Testing Components Wrapped in a Provider/013 React-Testing-Library-Documentation-on-Skipping-Auto-Cleanup.url 106 B
    06 - Testing Components Wrapped in a Provider/014 OPTIONAL Why is the explicit unmount needed.html 858 B
    06 - Testing Components Wrapped in a Provider/015 Manual Acceptance Testing.mp4 8.33 MB
    06 - Testing Components Wrapped in a Provider/015 Manual Acceptance Testing_en.srt 3.22 KB
    06 - Testing Components Wrapped in a Provider/external-links.txt 1.31 KB
    07 - Final Exam Order Phases/001 Final-Exam-Code-Quiz-Spec.pdf 358.03 KB
    07 - Final Exam Order Phases/001 Introduction to Final Exam Order Phases.mp4 18.32 MB
    07 - Final Exam Order Phases/001 Introduction to Final Exam Order Phases_en.srt 6.84 KB
    07 - Final Exam Order Phases/001 React-code-for-this-code-quiz.url 113 B
    07 - Final Exam Order Phases/002 Adding a New Handler CopyPaste Warning!.mp4 12.61 MB
    07 - Final Exam Order Phases/002 Adding a New Handler CopyPaste Warning!_en.srt 3.66 KB
    07 - Final Exam Order Phases/003 Debugging Tips.mp4 20.46 MB
    07 - Final Exam Order Phases/003 Debugging Tips_en.srt 9.28 KB
    07 - Final Exam Order Phases/004 OPTIONAL React Hints for Order Phase Coding.mp4 14.76 MB
    07 - Final Exam Order Phases/004 OPTIONAL React Hints for Order Phase Coding_en.srt 4.28 KB
    07 - Final Exam Order Phases/004 React-code-for-this-lecture.url 118 B
    07 - Final Exam Order Phases/005 Final Exam Solution.mp4 31.59 MB
    07 - Final Exam Order Phases/005 Final Exam Solution_en.srt 6.71 KB
    07 - Final Exam Order Phases/006 TROUBLESHOOTING loading test fails.html 1.3 KB
    07 - Final Exam Order Phases/007 OPTIONAL React Code Order Phases.mp4 68.07 MB
    07 - Final Exam Order Phases/007 OPTIONAL React Code Order Phases_en.srt 7.9 KB
    07 - Final Exam Order Phases/008 Jest Mock Functions as Props.mp4 18.06 MB
    07 - Final Exam Order Phases/008 Jest Mock Functions as Props_en.srt 5.01 KB
    07 - Final Exam Order Phases/009 Review Final Exam, and Introduction to Optional Practice.mp4 8.52 MB
    07 - Final Exam Order Phases/009 Review Final Exam, and Introduction to Optional Practice_en.srt 4.43 KB
    07 - Final Exam Order Phases/010 Common Mistakes with React Testing Library.html 1.15 KB
    07 - Final Exam Order Phases/external-links.txt 259 B
    08 - Optional Extra Practice/0. Websites you may like/[CourseClub.Me].url 122 B
    08 - Optional Extra Practice/0. Websites you may like/[FreeCourseSite.com].url 127 B
    08 - Optional Extra Practice/0. Websites you may like/[GigaCourse.Com].url 49 B
    08 - Optional Extra Practice/001 Standard Questions for New Tests and Introduction to Exercises.mp4 16.48 MB
    08 - Optional Extra Practice/001 Standard Questions for New Tests and Introduction to Exercises_en.srt 8.05 KB
    08 - Optional Extra Practice/002 09-Confirm-Loading-Code-Quiz-Spec.pdf 20.28 KB
    08 - Optional Extra Practice/002 Confirm Loading Text.mp4 23.31 MB
    08 - Optional Extra Practice/002 Confirm Loading Text_en.srt 4.05 KB
    08 - Optional Extra Practice/002 React-code-for-this-code-quiz.url 115 B
    08 - Optional Extra Practice/003 10-Optional-Toppings-on-Summary-Page-Spec.pdf 259.78 KB
    08 - Optional Extra Practice/003 Conditional Toppings Section on Summary Page.mp4 35.2 MB
    08 - Optional Extra Practice/003 Conditional Toppings Section on Summary Page_en.srt 5.43 KB
    08 - Optional Extra Practice/003 React-code-for-this-code-quiz.url 127 B
    08 - Optional Extra Practice/004 11-Disable-Order-Button-if-No-Scoops-Ordered-Spec.pdf 232.41 KB
    08 - Optional Extra Practice/004 Disable Order Button if No Scoops Ordered.mp4 40.01 MB
    08 - Optional Extra Practice/004 Disable Order Button if No Scoops Ordered_en.srt 4.92 KB
    08 - Optional Extra Practice/004 React-code-for-this-code-quiz.url 126 B
    08 - Optional Extra Practice/005 12-Red-Input-Box-for-Invalid-Scoop-Count-Spec.pdf 333.02 KB
    08 - Optional Extra Practice/005 Jest-DOM.toHaveClass-.url 79 B
    08 - Optional Extra Practice/005 React-Bootstrap-form-validation.url 77 B
    08 - Optional Extra Practice/005 React-code-for-this-code-quiz.url 122 B
    08 - Optional Extra Practice/005 Red Input Box for Invalid Scoop Count.mp4 86.18 MB
    08 - Optional Extra Practice/005 Red Input Box for Invalid Scoop Count_en.srt 10.47 KB
    08 - Optional Extra Practice/006 13-No-Scoops-Subtotal-Update-on-Invalid-Input-Spec.pdf 124.11 KB
    08 - Optional Extra Practice/006 No Scoops Subtotal Update for Invalid Scoop Count.mp4 43.01 MB
    08 - Optional Extra Practice/006 No Scoops Subtotal Update for Invalid Scoop Count_en.srt 5.88 KB
    08 - Optional Extra Practice/006 React-code-for-this-code-quiz.url 135 B
    08 - Optional Extra Practice/007 14-Server-Error-when-Submitting-Order-Spec.pdf 129.68 KB
    08 - Optional Extra Practice/007 React-code-for-this-code-quiz.url 134 B
    08 - Optional Extra Practice/007 Server Error on Order Confirmation Page.mp4 36.48 MB
    08 - Optional Extra Practice/007 Server Error on Order Confirmation Page_en.srt 6.6 KB
    08 - Optional Extra Practice/008 Congratulations and Thank You!.mp4 2.58 MB
    08 - Optional Extra Practice/008 Congratulations and Thank You!_en.srt 1.03 KB
    08 - Optional Extra Practice/external-links.txt 1 KB
    09 - Bonus/001 Coupons!.html 485 B

Download Info

  • Tips

    “[FreeCourseSite.com] Udemy - Testing React with Jest and React Testing Library (RTL)” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.