ohif-viewer/LesionTracker/tests/nightwatch/assertions/sampleAssertion.js
2016-01-26 17:57:50 +01:00

5 lines
89 B
JavaScript

exports.assertion = function() {
return this; // allows the command to be chained.
};