Linter fixes

pull/1575/head
Rick Carlino 2019-11-19 11:24:09 -06:00
parent 5ccdc30654
commit 839928a1fe
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const fakeResourceIndex = () => {
const state = fakeState();
state.resources = buildResourceIndex([PLANT]);
return state;
}
};
describe("saveGrid", () => {
it("saves a particular grid", () => {

View File

@ -1,4 +1,4 @@
import { GetState } from "../../../redux/interfaces"
import { GetState } from "../../../redux/interfaces";
import { ResourceIndex } from "../../../resources/interfaces";
import { selectAllPlantPointers } from "../../../resources/selectors";
import { TaggedPlantPointer } from "farmbot";