describe("noop", function () { it("should run", function () { expect(true).toBe(true) }) })