eslinting
This commit is contained in:
parent
a33edd15b4
commit
f34de8422e
@ -61,7 +61,7 @@ module.exports = function () {
|
|||||||
|
|
||||||
this.Given(/^the query options$/, (table, callback) => {
|
this.Given(/^the query options$/, (table, callback) => {
|
||||||
table.raw().forEach(tuple => {
|
table.raw().forEach(tuple => {
|
||||||
this.queryParams[tuple[0]] = tuple[1]
|
this.queryParams[tuple[0]] = tuple[1];
|
||||||
});
|
});
|
||||||
|
|
||||||
callback();
|
callback();
|
||||||
|
@ -108,7 +108,7 @@ module.exports = function () {
|
|||||||
result.bothw[key] = 'diff';
|
result.bothw[key] = 'diff';
|
||||||
}
|
}
|
||||||
scb();
|
scb();
|
||||||
}
|
};
|
||||||
|
|
||||||
['status', 'time', 'distance', 'speed'].forEach((key) => {
|
['status', 'time', 'distance', 'speed'].forEach((key) => {
|
||||||
sq.defer(parseRes, key);
|
sq.defer(parseRes, key);
|
||||||
|
@ -129,7 +129,7 @@ module.exports = function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.compassList = (instructions) => {
|
this.compassList = (instructions) => {
|
||||||
return this.extractInstructionList(instructions, s => 'n'); // TODO fixme
|
return this.extractInstructionList(instructions, () => 'n'); // TODO fixme
|
||||||
};
|
};
|
||||||
|
|
||||||
this.bearingList = (instructions) => {
|
this.bearingList = (instructions) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user