You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jasmine has changed it's approach to async execution in v2. This modifies the jasmine-funcunit adapter to take a done() callback into account, as opposed to waitsFor(). This illustrates the need to have independent, versioned adapters so that we can support FuncUnit with any version of QUnit, Jasmine or Mocha without re-versioning FuncUnit itself.
The text was updated successfully, but these errors were encountered:
after hours of pain and suffering (PhantomJS, Jasmine, FuncUnit) I finally noticed that FuncUnit expects pre-jasmine 2.0 sync goodies. I agree 100% about the adapters being separate. Has this been implemented? I don't want to use an older version of jasmine...
Jasmine has changed it's approach to async execution in v2. This modifies the jasmine-funcunit adapter to take a done() callback into account, as opposed to waitsFor(). This illustrates the need to have independent, versioned adapters so that we can support FuncUnit with any version of QUnit, Jasmine or Mocha without re-versioning FuncUnit itself.
The text was updated successfully, but these errors were encountered: