Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizzo committed Dec 1, 2015
1 parent c8cc555 commit 436ea07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Multiple Callback Resolver
[![Build Status](https://travis-ci.org/tizzo/node-multiple-callback-spy.svg?branch=master)](https://travis-ci.org/tizzo/node-multiple-callback-spy)
[![Coverage Status](https://coveralls.io/repos/tizzo/node-multiple-callback-spy/badge.svg?branch=master&service=github)](https://coveralls.io/github/tizzo/node-multiple-callback-spy?branch=master)

This project contains a simple class that allows you to instantiate callback functions
and then execute a final callback when all of the generated callbacks complete. This
is especially useful in testing that a set of events is emitted in a test case or in
fanning out a set of work and then
fanning out a set of work and running some code after all of a set of callbacks has
been invoked.

Let's say you have a class called `Something` and it emits 3 events when
when the `run()` method is processed.
Expand Down

0 comments on commit 436ea07

Please sign in to comment.