Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 552 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 552 Bytes

promise

This is a Promise implementation for testing purposes.

Following is the main implementation file:

src/Promise.js

Development

$ npm i

Test

# Run tests in headless chrome
$ npm run test:browser

# Generate coverage report
$ npm run test:coverage

# Run tests in headless chrome and generate coverage report
# Equivalent to "npm run test:browser && npm run test:coverage"
$ npm test

License

MIT