erikringsmuth / jasmine2-amd-specrunner

Jasmine AMD Spec Runner
6 stars 1 forks source link

xit and xdescribe throw exceptions #2

Open andym2009 opened 10 years ago

andym2009 commented 10 years ago

TypeError: this.it is not a function this.it('encountered a declaration exception', function() { jasmine...4714006 (line 609, col 8)

pending() works ok so I am using that to switch off tests, but I'd lit to use xdescribe for sure.

any ideas?

erikringsmuth commented 10 years ago

I haven't touched this library in a while. I'd be happy to take a pull request if you figure it out though. Also Jasmine completely rewrote their boot JS and HTML files recently which means this library is going to get permanently out of date. It'd need a re-write as well.