UNPKG

generator-rps

Version:

Generator-rps is a starting point for frontend projects powered by Yeoman.

16 lines (13 loc) 371 B
(function() { describe("This App", function() { beforeEach(function() { return affix("#element-id"); }); it("should find the app files", function() { return expect(typeof APP).toEqual("object"); }); return it("should find #element-id", function() { return expect($("#element-id").length).toEqual(1); }); }); }).call(this);