5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
exports.assertion = function() {
|
|
|
|
return this; // allows the command to be chained.
|
|
};
|