UNPKG

facebook-group-posts-scraper

Version:
11 lines (8 loc) 197 B
// TODO: Implement real tests describe("A suite is just a function", function () { var a; it("and so is a spec", function () { a = true; expect(a).toBe(true); }); });