You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe('Test Description',function(done){beforeEach(function(done){done()})afterEach(function(done){done()})it('should do something special')// a pending testit('should do something else',function(done){// test somethingdone()})})