tdw2062 / starter-testing-basics-more-with-chai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter code: Testing Basics More With Chai

Existing files

The table below describes the files and folders in the starter code:

Folder/file path Description
src/main.js Contains functions that calculate the median score and the top scoring student.
tests/main.test.js Contains the tests that need to pass.

Installation

  1. Fork and clone this repository.
  2. Run npm install to install project dependencies.
  3. Run npm test to run the tests.

About


Languages

Language:JavaScript 100.0%