Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
tano1221
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
ПΣӨƧӨFƬ
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
大†Shinegumi†大
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
ℛeℙ@¢ᴋ€r
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
ronaldinho424
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
Engh3
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
geodasoft
Typing the Test  Suite Vote_lcapTyping the Test  Suite Voting_barTyping the Test  Suite Vote_rcap 
Noviembre 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarioCalendario
Últimos temas
» Bondware Poser Pro v13.3.895 (x64)
Typing the Test  Suite EmptyHoy a las 8:28 pm por ronaldinho424

» Lightmap HDRLightStudio Automotive 8.2.4.2024.1029 (Win/macOS/Linux)
Typing the Test  Suite EmptyHoy a las 8:23 pm por ronaldinho424

» Focus Magic v6.23 (x64) Multilingual
Typing the Test  Suite EmptyHoy a las 8:18 pm por ronaldinho424

» Light Image Resizer 7.1.2.63 Multilingual
Typing the Test  Suite EmptyHoy a las 8:16 pm por ronaldinho424

» LRTimelapse Pro 7.2.0 (x64) Multilingual
Typing the Test  Suite EmptyHoy a las 7:50 pm por 大†Shinegumi†大

» QuarkXPress 2025 v21.0.0.57420 Multilingual
Typing the Test  Suite EmptyHoy a las 7:41 pm por 大†Shinegumi†大

» Steinberg VST Live Pro 2.1.21 (x64) Multilingual
Typing the Test  Suite EmptyHoy a las 7:33 pm por 大†Shinegumi†大

» Rollback Rx Pro v12.8 Build 2710270711 Multilingual
Typing the Test  Suite EmptyHoy a las 7:31 pm por 大†Shinegumi†大

» Reboot Restore Rx Pro v12.8 Build 2710270703
Typing the Test  Suite EmptyHoy a las 7:25 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Typing the Test Suite

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 78512
Fecha de inscripción : 20/08/2016

Typing the Test  Suite Empty
MensajeTema: Typing the Test Suite   Typing the Test  Suite EmptyVie Mayo 28, 2021 5:55 am

Typing the Test  Suite 4b831410ebdd05e1908491fd01bab769
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 53 lectures (1h 53m) | Size: 698.8 MB
A brisk course on writing tests with Jest and TypeScript.

What you'll learn:
Writing tests with Jest and TypeScript
Testing Nodejs and Express
Testing React with Testing Library
Writing custom matchers and mock modules

Requirements
JavaScript and basic TypeScript knowledge
Basic React and Nodejs knowledge

Description
What is this?

A quick course for intermediate level developers looking to get started with testing using Jest and TypeScript.

The first section focuses on using Jest with JavaScript and a bit of TDD. The rest of the course uses TypeScript, Jest, with either Node.js or React. It's 2 hours long and full of content.

We move fast, break things, then write tests to make sure they don't break again. The technologies used are:

Jest (v26)

TypeScript (v4)

React.js (v17)

React Testing Library (v11)

Who is this for?

Developers with some JavaScript/TypeScript, Node.js and React experience who'd like to learn to write tests.

Highly motivated beginner who likes to jump in the deep end.

Required knowledge

I assume students have basic JavaScript knowledge.

The Node.js section assumes basic Node.js/Express knowledge, and the React section assumes some React knowledge. The testing concepts are largely unrelated to those specific frameworks, so as long as you have some programming experience, you should be fine.

Curriculum

1.0 Introduction

Get everything setup and starting writing some tests with Jest.

1.1 Installation

1.2 Your First Test

1.3 Adding an Assertion

1.4 Describing and Grouping Tests

1.5 Feedback Loop with Watch Mode

1.6 It.each for Concise Tests

2.0 Project: String Calculator

Put the skills learned in section one into practice by completing the String Calculator Kata.

2.1 The First Test

2.2 Handling Whitespace

2.3 Throwing an Error

2.4 Testing the Error

2.5 Validating the Test Suite with a Functional Refactor

2.6 Completing the Functional Refactor

3.0 Matcher Madness

Do a deep dive into the various matchers Jest provides, from toBe and toEqual to the more exotic resolves and rejects matchers.

3.1 toBe

3.2 toEqual, not

3.3 toHaveProperty

3.4 Resolves matcher for Promises

3.5 Rejects matcher for Errors

3.6 toHaveBeenCalled and Mock Functions

3.7 Waiting with the Done Callback

4.0 TypeScript, Node.js and Jest

We introduce TypeScript and Jest by developing and testing a Node.js API. Note: This section assumes basic knowledge of Node.js and Express.

4.1 TypeScript and Jest with ts-jest

4.2 Express Setup

4.3 The Jest Lifecylce: Before and After Hooks

4.4 Better Types

4.5 Adding JWT and a Refactor

4.6 Authorization Header

4.7 Testing for Success

4.8 Testing for Failure

4.9 Alternative Failed Assertion Syntax

4.10 Summary

5.0 TypeScript, React and Testing in a DOM Environment

Build a toy React app and see how to use TypeScript and Jest for DOM based testing with Testing Library. Note: this section assumes basisc knowledge of React.

5.1 Create React App and TypeScript

5.2 Rendering with Testing Library

5.3 Testing Library Assertions - getByText

5.4 useState and Asynchronous Assertions

5.5 Fetchign Data with useEffect

5.6 More Async Behavior with findAll

5.7 Mocking Axios with Jest Mocks

5.8 Toggling Todos

6.0 Jest Tips and Tricks

Learn some of Jest's more advanced features. Write your own custom matchers with TypeScript and write more robust, reuseable and (mostly) type-safe mocks.

6.1 Section Overview

6.2 Custom Matcher API

6.3 Implementing the Matcher

6.4 Typing the Matcher

6.5 Setting up for Module Mocking

6.6 Inline Mocks Review

6.7 The Problem with Inline Mocks

6.8 Manual Mocks

6.9 Default Module Data

6.10 Typing the Mock Module

6.11 Improving the Spec Types

6.12 Jest Spies

6.13 What Next? More Learning Resources

Who this course is for
Intermediate developers looking to brush up on testing

Typing the Test  Suite 02a423c5025df1c54a494466febc4ce3

DOWNLOAD:
Citación :

https://rapidgator.net/file/1e5c10715b5198ee4db5386947f35351/9zk3i.Typing.the.Test.Suite.rar.html


https://uploadgig.com/file/download/20fd6Da4dedfa0e8/9zk3i.Typing.the.Test.Suite.rar


https://nitroflare.com/view/4DE4949D99AD132/9zk3i.Typing.the.Test.Suite.rar

Volver arriba Ir abajo
 

Typing the Test Suite

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-