defunctzombie/zuul

Jasmine2 pending and focus not working

dannyc5 opened this issue · 1 comments

xit, xdescribe, fit, and fdescribe are not setting labelled specs as pending/focused respectively.

  • xit and xdescribe run the labelled spec(s)
  • fit and fdescribe break the test suite

This is reproducible on my fork.
I modified the jasmine example to demo

vvo commented

Thanks, since you already made a reproducible example, you could go further and try to modify https://github.com/defunctzombie/zuul/blob/master/frameworks/jasmine2/client.js to label those as skipped etc..