Skip to content

zanza00/testing-with-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing with Pokemon

A simple example on how to use TDD with a parser for the PokéApi

How to use

Project created using react-create-app, for a more comprehensive documentation refer to its User guide

Basic Commands

  • install -> yarn or npm i

  • Run -> yarn start or npm start

  • Test -> yarn test or npm test

Steps

Every step is a branch, you can go directly to that branch and checkout the various stages

git clone https://github.com/zanza00/testing-with-pokemon.git

Step 0

git checkout origin/0_start

Start Here

Step 1

git checkout origin/1_call_and_console_log

click here

diff from step 0

Step 2

git checkout origin/2_testing_squirtle

click here

diff from step 1

Step 3

git checkout origin/3_testing_three_starters

click here

diff from step 2

Step 4

git checkout origin/4_all_the_pokemon

click here

diff from step 3

About

A simple example to testing in javascript with jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages