AlbertBrand / skippyjs

SkippyJS alpha - the faster test runner
MIT License
9 stars 0 forks source link

jasmine ddescribe crash #4

Open TJNK opened 9 years ago

TJNK commented 9 years ago

(leaving) ddescribe in js unit tests crashes PhantomJS

AlbertBrand commented 9 years ago

The error is actually "ddescribe is undefined", and any undefined vars trigger a Phantom crash on boot. Upgrading Phantom to 2.0.x seems to fix this issue, but Phantom2 is not ready for Linux yet. I'll see if I can work around the issue.