Silences warnings when running npm test
This commit is contained in:
parent
6ed9be31ca
commit
d5294bb5d0
@ -146,9 +146,9 @@ module.exports = function () {
|
|||||||
// instructions, and the leading 0 on all timestamps arrays.
|
// instructions, and the leading 0 on all timestamps arrays.
|
||||||
var pairs = [];
|
var pairs = [];
|
||||||
for (var i in instructions.annotation.duration) {
|
for (var i in instructions.annotation.duration) {
|
||||||
pairs.push(instructions.annotation.duration[i]+":"+instructions.annotation.distance[i]);
|
pairs.push(instructions.annotation.duration[i]+':'+instructions.annotation.distance[i]);
|
||||||
}
|
}
|
||||||
return pairs.join(",");
|
return pairs.join(',');
|
||||||
};
|
};
|
||||||
|
|
||||||
this.turnList = (instructions) => {
|
this.turnList = (instructions) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user