Skip to content

Commit

Permalink
added badges to read
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaugh42 committed Jun 18, 2016
1 parent 2af1eeb commit 59d47e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# palinode
NodeJS callback-based flow control utility library

[![Build Status](https://travis-ci.org/GannettDigital/palinode.svg?branch=master)](https://travis-ci.org/GannettDigital/palinode) [![Coverage Status](https://coveralls.io/repos/github/GannettDigital/palinode/badge.svg?branch=master)](https://coveralls.io/github/GannettDigital/palinode?branch=master)
## Installation
```Shell
npm install palinode
Expand Down
4 changes: 4 additions & 0 deletions test/unit/series.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ describe('series', function() {
});
});

describe('series - callback wrapper', function() {

});

describe('series - practical test', function() {
var functionSeries = [];
var initialA;
Expand Down

0 comments on commit 59d47e8

Please sign in to comment.