describe("test test", function() { it('should be false', function() { var bob = 1; expect(bob).toBe(1); }); });