describe("createAppTester", () => { it("should expose a singleton", async () => { expect(1).toEqual(1); }); });