ruffle1986 / testing-promises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing promise based code

This is my experimental repo where I try to find better ways to test promise based code.

At the time, I use ava to test my code because it has great Promise support

To run the tests, just type the following command in your terminal:

$ npm test

If you have great ideas, I'd love to hear about them!

About


Languages

Language:JavaScript 100.0%