describe('panda',function(){ it('is happy',function(){ expect(panda).toBe('happy'); }); });
panda = 'sad';