Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 362 Bytes

funny-promise

A Understanding for Promise Concept. Inspired by es6-promise and promises-aplus-tests

build

npm run build

test

## use external test cases `promises-aplus-tests`
npm run test

## test manually
npm run test:manual