describe("A for app", function() { var app = window.app; it("may there be app", function() { expect(app).not.toBe(null); }); });