'use strict'; describe("home_controller_test", function(){ it("should assert something",function(){ expect(true).toBe(true); }) })