17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
2019 Update React Testing With Jest And Enzyme
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Improve your React, Redux, Hooks and Context Code with Test Driven Development
What you'll learn
• Write unit and integration tests for React and Redux using Jest and Enzyme.
• Know the tradeoffs for different testing approaches and when to choose which approach.
• Plan your React app more effectively via Test Driven Development.
Requirements
• Be familiar with JavaScript and React / Redux (Redux is optional and used only in the second half of the course)
Description
Take your React code to the next level by learning Test Driven Development (TDD) with Jest and Enzyme! Jest is a powerful, flexible testing framework, and Enzyme provides tools to test React and Redux applications. In this course, you will learn to test:
• Connected and unconnected components
• Component state and Redux state
• Action creators and reducers
• Complex action creators that use Redux Thunk and Axios
• Action creators called from connected components
• React hooks, including useEffect, useState and useReducer
• React context, including context with embedded state
• Using Jest mock functions to spy on methods, control their return values or simply prevent them from running during the test
Please Note: This course does not cover Jest snapshots, as they are not compatible with the TDD mode of testing.
Why Learn to Test?
Test Driven Development will help you write better organized code that’s easier to maintain, which will save you time in the long run. Your tests provide value to your software development team, since others know they can rely on your code. Employers want developers with testing skills!
Learn the Reasons behind the Syntax
This course discusses tradeoffs when considering different approaches to testing, leaving you confident in the testing choices you make. Furthermore, you will deepen your understanding of React and Redux as we dig into how and why we test each aspect.
Practice your New Skills
You will also have opportunities to practice what you’ve learned. There are occasional “quizzes” while we’re building the course projects, where you can apply what you learned, and then watch a video to see the solution. There are also two sets of challenges to extend the course projects, with solutions on GitHub.
Who this course is for:
• Programmers interested in improving their React apps with testing
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/1. Welcome and Introduction.mp4
14 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/1. Welcome and Introduction.srt
4.5 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/10. Using Enzyme in a Test.mp4
54.2 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/10. Using Enzyme in a Test.srt
6.4 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/11. Types of Tests.mp4
5.8 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/11. Types of Tests.srt
1.8 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/12. Testing Tradeoffs.mp4
28 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/12. Testing Tradeoffs.srt
7.1 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/13. Why There is no Snapshot Testing in this Course.mp4
11 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/13. Why There is no Snapshot Testing in this Course.srt
2.9 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/2. Versions used in this course.html
770 B
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/3. TDD What and Why.mp4
12.6 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/3. TDD What and Why.srt
4.5 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/4. create-react-app.mp4
10.8 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/4. create-react-app.srt
3.7 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/5. Next lecture is optional.html
439 B
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/6. OPTIONAL Setting up Jest without create-react-app.mp4
15.5 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/6. OPTIONAL Setting up Jest without create-react-app.srt
3.8 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/7. Demo of Jest Watch Mode.mp4
26.8 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/7. Demo of Jest Watch Mode.srt
3.3 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/8. More about Jest Watch Mode, Test Files and Tests.mp4
32.1 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/8. More about Jest Watch Mode, Test Files and Tests.srt
4.1 KB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/9. Enzyme Introduction and Setup.mp4
29.5 MB
2019 Update React Testing with Jest and Enzyme/1. Introduction to Jest, Enzyme and TDD/9. Enzyme Introduction and Setup.srt
6.8 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/1. Course Repository on GitHub.html
546 B
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/10. Acceptance Testing and Review.mp4
10.2 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/10. Acceptance Testing and Review.srt
2.2 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/11. Click Counter Challenges.mp4
7.9 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/11. Click Counter Challenges.srt
2.9 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/12. Click Counter Challenge Descriptions.html
914 B
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/2. Demo and Start Click Counter App.mp4
9.9 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/2. Demo and Start Click Counter App.srt
2.9 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/3. Set up Enzyme and Write Tests.mp4
50.3 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/3. Set up Enzyme and Write Tests.srt
6 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/4. Test Component Rendering.mp4
55.2 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/4. Test Component Rendering.srt
8.1 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/5. OPTIONAL Removing data-test Attributes for Production.mp4
67.2 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/5. OPTIONAL Removing data-test Attributes for Production.srt
8.8 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/6. More data-test Attribute Tests.mp4
25.6 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/6. More data-test Attribute Tests.srt
3.1 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/7. DRY Refactor.mp4
83.5 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/7. DRY Refactor.srt
7.1 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/8. Test Initial State.mp4
35.1 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/8. Test Initial State.srt
3.5 KB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/9. Test Button Click.mp4
56.9 MB
2019 Update React Testing with Jest and Enzyme/2. Simple React App Click Counter/9. Test Button Click.srt
7.6 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/1. Jotto App Demo.mp4
5.7 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/1. Jotto App Demo.srt
2.4 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/10. Default Props in setup().mp4
27.7 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/10. Default Props in setup().srt
2.5 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/11. Move Enzyme Configuration to setupTests.js.mp4
27.3 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/11. Move Enzyme Configuration to setupTests.js.srt
4.1 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/12. OPTIONAL Configure Jest Setup for non-create-react-app.mp4
7.6 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/12. OPTIONAL Configure Jest Setup for non-create-react-app.srt
1.9 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/13. Summary of Abstractions.mp4
8.7 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/13. Summary of Abstractions.srt
2.5 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/14. Playing the Long Game.mp4
21.2 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/14. Playing the Long Game.srt
2.8 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/2. Jotto App Planning.mp4
15.7 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/2. Jotto App Planning.srt
5.1 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/3. Jotto App Plan of Attack.mp4
9.4 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/3. Jotto App Plan of Attack.srt
2.9 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/4. Set up Jotto App and Congrats Component.mp4
31.3 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/4. Set up Jotto App and Congrats Component.srt
8 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/5. Congrats Component Test Setup.mp4
47.9 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/5. Congrats Component Test Setup.srt
7.2 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/6. Congrats Tests and the .text() Method.mp4
55.7 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/6. Congrats Tests and the .text() Method.srt
6.1 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/7. Code the Congrats Component.mp4
26.5 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/7. Code the Congrats Component.srt
2.7 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/8. PropTypes Testing.mp4
95.7 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/8. PropTypes Testing.srt
9.7 KB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/9. Code PropTypes and Update Tests.mp4
34.3 MB
2019 Update React Testing with Jest and Enzyme/3. Jotto Intro and Congrats Component/9. Code PropTypes and Update Tests.srt
4.2 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/1. Set up GuessedWords Component and Tests.mp4
17.8 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/1. Set up GuessedWords Component and Tests.srt
3.9 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/10. getLetterMatchCount Helper Function.mp4
46.3 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/10. getLetterMatchCount Helper Function.srt
7.8 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/11. Choice point Redux or HooksContext.html
318 B
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/2. GuessedWords PropTypes and setup().mp4
64.8 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/2. GuessedWords PropTypes and setup().srt
8.7 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/3. Use `describe` for Context.mp4
14.9 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/3. Use `describe` for Context.srt
2.2 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/4. Write Tests and beforeEach for no words guessed.mp4
54.4 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/4. Write Tests and beforeEach for no words guessed.srt
4.9 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/5. Code for no words guessed.mp4
28.9 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/5. Code for no words guessed.srt
3 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/6. Tests for nonzero guessed words.mp4
64.2 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/6. Tests for nonzero guessed words.srt
6 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/7. Code for nonzero guessed words.mp4
42.4 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/7. Code for nonzero guessed words.srt
5 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/8. Manual Acceptance Testing.mp4
21.1 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/8. Manual Acceptance Testing.srt
3.6 KB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/9. Bootstrap Styling.mp4
30.2 MB
2019 Update React Testing with Jest and Enzyme/4. GuessedWords Component/9. Bootstrap Styling.srt
4.1 KB
2019 Update React Testing with Jest and Enzyme/ReadMe.txt