Skip to content

Commit 7547322

Browse files
committed
Print out unfired function
1 parent c5d4207 commit 7547322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-helper.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ var expect = function(callback, timeout) {
139139
"Expected execution of function to be fired within " + timeout
140140
+ " milliseconds " +
141141
+ " (hint: export TEST_TIMEOUT=<timeout in milliseconds>"
142-
+ " to change timeout globally)");
142+
+ " to change timeout globally)"
143+
+ callback.toString());
143144
}, timeout)
144145

145146
if(callback.length < 3) {

0 commit comments

Comments
 (0)