Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 591 Bytes

readme.md

File metadata and controls

40 lines (22 loc) · 591 Bytes

requirements

latest version of Node.js (v9.11.1 at the moment)

running

$ npm i

$ npm start

expected output

> [email protected] start /Users/gaborb/WS/ems-duedatecalculator
> npm run compile && npm test


> [email protected] compile /Users/gaborb/WS/ems-duedatecalculator
> tsc src/index.ts


> [email protected] test /Users/gaborb/WS/ems-duedatecalculator
> jasmine

Randomized with seed 01911
Started
......


6 specs, 0 failures
Finished in 0.017 seconds
Randomized with seed 01911 (jasmine --random=true --seed=01911)