Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 469 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 469 Bytes

WDV 353 Assignment 1.7 - NodeJS Testing

Modules included

math module

This assignment is written to  test and code for a math module 
that will add, subtract, multiply, and divide. 

Two additional test are written using the JavaScript Math Object 
for square root and max.

To run app

npm i

used to install dependencies or devDependencies from a package.json file
npm start

Test app

npm i
mpm test