UNPKG

node-qunit

Version:

QUnit testing framework for Node.js

8 lines (7 loc) 156 B
exports.thunk = function() { return function(callback) { setTimeout(function() { callback(null, {a: 1}); }, 100); }; };