align cucumber diff tables
This commit is contained in:
committed by
Patrick Niklaus
parent
543f0e5e44
commit
ddb60c34e6
@@ -63,7 +63,7 @@ module.exports = function () {
|
||||
}
|
||||
|
||||
if (this.FuzzyMatch.match(outputRow[direction], want)) {
|
||||
outputRow[direction] = [usingShortcut ? usingShortcut : row[direction]];
|
||||
outputRow[direction] = usingShortcut ? usingShortcut : row[direction];
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user