UNPKG

spws

Version:

SharePoint Web Services Wrapper

9 lines (7 loc) 224 B
import getView from "./getView"; describe("getView", () => { it("getView has no errors", async () => { const res = await getView("Get View"); expect(res.data.ViewFields.length > 0).toBeTruthy(); }); });