We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce0e1a commit 21afbcbCopy full SHA for 21afbcb
index.js
@@ -40,6 +40,8 @@ function createHarness () {
40
41
t.on('end', onend);
42
43
+ return t
44
+
45
function onend () {
46
running = false;
47
if (this._progeny.length) {
0 commit comments