Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 252 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 252 Bytes

bpromise

My implementation of promise. Base on Promises/A+ spec.

Installation and test

install

npm install

output test result to console

npm test

output test result to JSON file[testResult.json]

npm test:report