Skip to content

Commit

Permalink
change to tape
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBild committed May 30, 2013
1 parent 5a187bd commit a64c7d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/browser/spec.js
@@ -1,9 +1,7 @@
var test = require('tape'),
Flow = require('../../lib/cflow');

test('cflow sequential', function (t) {
t.equal(data, "ABC!!!");
t.end();
new Flow(
function(){
slow("A", this);
Expand Down

0 comments on commit a64c7d9

Please sign in to comment.