Skip to content

Commit

Permalink
Updated abstractTest to wait before publishing without a callback
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 2, 2016
1 parent 3e58549 commit 69da1c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion abstractTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ function buildTests (opts) {
})
})

e.emit(expected)
setTimeout(function () {
e.emit(expected)
}, 100)
})

test('without any listeners', function (t) {
Expand Down

0 comments on commit 69da1c6

Please sign in to comment.