Skip to content

penske-media-corp/jest-workshop-2021

Repository files navigation

PEP Engineering Jest Workshop Labs

Welcome to the 2021 PEP Engineering Jest Workshop! This repository contains JavaScript code that needs to be tested. During the lab portion of the workshop, you will add tests to the provided code in an attempt to reach 100% code coverage. To begin you work, run through the installation below, then create a new branch (using your username or some other unique identifier) on which to add your tests. Once you push your branch up with your tests added, a GitHub workflow will run that will execute Jest with your tests.

Install

  • Install NVM
  • Run nvm use
  • If you are missing the specified version of Node.js, run nvm install `cat .nvmrc`
  • Run npm install

Run automated tests

npm run test

Releases

No releases published

Packages

No packages published