GithubHelp home page GithubHelp logo

jest-mock-exercise's Introduction

Jest ~ Mock & async

Installation

git clone https://github.com/FEND16/jest-mock-exercise.git
cd jest-mock-exercise
yarn

Running

Starts both the json-server and the test watch command

yarn test:serve

Exercise 1

Write test cases for when the functions fail

Use the code in this repo. Write test cases that test for example if one of the promises throws an error (.catch) or if you supply the wrong argument (or no argument) to the different functions. Try to figure out what could go wrong and test it.

Exercise 2

Call an API and unit test it

Use an API you have used before or try some open free API. Use some code from an earlier project if you can. Just be sure to only use code that is pure vanilla and doesn't call the DOM. We want to test without the DOM at this stage.

  • Test if you can call the api and get the right result back.
  • Test the API by mocking it with fetch-mock or jest.mock.
  • Test for failing behavior.

jest-mock-exercise's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.