Skip to content

Commit 398443d

Browse files
author
cloudhead
committed
(minor) aliased export to exportTo
1 parent 3b1545a commit 398443d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/vows/suite.js

+3
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ this.Suite.prototype = new(function () {
286286
return module.exports[this.subject] = this;
287287
}
288288
};
289+
this.exportTo = function (module, options) { // Alias, for JSLint
290+
return this.export(module, options);
291+
};
289292
});
290293

291294
//

0 commit comments

Comments
 (0)