Skip to content

Commit

Permalink
Fix tests always passing
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 30, 2019
1 parent 4ba1f4e commit a9ff9d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ series([
test(require.resolve('./log')),
test(require.resolve('./promisify')),
test(require.resolve('./callbackify'))
]);
], function (err) {
if (err) throw err;
});

0 comments on commit a9ff9d5

Please sign in to comment.