Fix missing semicolon in cucumber support code
This commit is contained in:
parent
648646068c
commit
1d33cb96f5
@ -131,7 +131,7 @@ module.exports = function () {
|
|||||||
if (instructions) {
|
if (instructions) {
|
||||||
return instructions.legs.map(l => l.summary).join(',');
|
return instructions.legs.map(l => l.summary).join(',');
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
this.wayList = (instructions) => {
|
this.wayList = (instructions) => {
|
||||||
return this.extractInstructionList(instructions, s => s.name);
|
return this.extractInstructionList(instructions, s => s.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user