No need to log the exception stack when it's just a test table difference - this should be a clean error.
This commit is contained in:
committed by
Patrick Niklaus
parent
5b24758742
commit
36c944ef53
@@ -50,5 +50,5 @@ module.exports = function (expected, actual) {
|
||||
s.push(rowString);
|
||||
});
|
||||
|
||||
return s.join('\n') + '\nTODO this is a temp workaround waiting for https://github.com/cucumber/cucumber-js/issues/534';
|
||||
return s.join('\n');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user