describe("sample", function(){ it("should return testdata", function(){ expect(testfunc()).toEqual('testdata'); }); });