UNPKG

farmbot

Version:
8 lines (7 loc) 236 B
import { ToolPulloutDirection } from "../api_resources"; /** Just a simple test to please the coverage tool. */ describe("ToolPulloutDirection", () => { it("exists", () => { expect(ToolPulloutDirection.NONE).toEqual(0); }); });