Jasmine2 pending and focus not working
dannyc5 opened this issue · 1 comments
dannyc5 commented
xit
, xdescribe
, fit
, and fdescribe
are not setting labelled specs as pending/focused respectively.
xit
andxdescribe
run the labelled spec(s)fit
andfdescribe
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..