Skip to content

cashwalk/nudge-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published