Inori-Lover / test-promises

test promise impl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test promise impl with promises-es6-tests

thanks to all-promises, we can easy access any Promise impl which already pass promises-aplus-tests unit test. this resp is build to start a test on one of impl;

how to use

  1. clone
  2. npm ci
  3. change index to which impl you want to test

p: if there is global.Promise, it would be inserted to first.

  1. npm start

For improvement

i dont know how to run mocha iterative; i have try worker but it seen mocha cant not run in a worker.

About

test promise impl


Languages

Language:JavaScript 100.0%