Skip to content

info340b-au19/problem-set-09-AnishDhawan

Repository files navigation

Problem Set 08

This repository contains practice exercises for the Client-Side Web Development course at the UW iSchool.

To complete this problem set, follow the instructions in the README.md file for each problem.

Checking Your Work

This exercise comes with a suite of unit tests that you can use to check your work and understanding. Tests are not guaranteed to be comprehensive.

In order to run these tests, you will need to have the Jest test runner installed globally. You will also need to install the test dependencies listed in the package.json file:

npm install          # install dependencies

Note that you will need to have Jest version 24 or higher installed:

# check the version. Should be 24 or higher
jest --version

# install updated version if necessary
npm install -g jest@24

You can run these tests by using the jest command from the repo's root directory, or by using npm test:

# Example: run tests for problem-a
npx jest problem-a

# Run tests for all problems
npx jest

About

problem-set-09-AnishDhawan created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published