Skip to content

Commit 1348def

Browse files
author
cloudhead
committed
describe is an alias of tell
1 parent ba08ca3 commit 1348def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vows.js

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ vows.tell = function (topic, tests) {
328328
return this.promise;
329329
};
330330

331+
vows.describe = vows.tell;
331332

332333
// Return the `vows` object after setting some options
333334
vows.config = function (opts) {

0 commit comments

Comments
 (0)