Jasmine - how to run specific it or describe block?

Just mark needed describes and its as ddiscribe and iit, and next time you run tests only ddiscribes and iits will be executed. In Jasmine version >= 2.0 use fit and fdescribe respectively.

konjoot Over 9 years ago