Skip to content

terrancelaw/RangeList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RangeList

A simple implementation of RangeList using JavaScript list.

Quick Overview

The class RangeList can be found in the file RangeList.js. Tests for RangeList can be found in RangeList.test.js. RangeList.test.js provides additional tests besides the original tests.

Testing

To run the unit tests, you first need to install jest using this command:

npm install

After installing jest, enter this command:

npm test

You could add additional test cases to the file RangeList.test.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published