Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 2.04 KB

README.md

File metadata and controls

72 lines (42 loc) · 2.04 KB

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