Page MenuHomePhabricator

Update QUnit to 1.16.0
Closed, ResolvedPublic

Description

I'd love to have assert.expect available, which is included since 1.15.0 (we are on 1.14.0 currently). See Changelog. Files are available at https://github.com/jquery/qunit/tree/1.16.0/qunit.

Event Timeline

adrianheine raised the priority of this task from to Low.
adrianheine updated the task description. (Show Details)

Change 183217 had a related patch set uploaded (by Adrian Lang):
Upgrade QUnit from 1.14.0 to 1.16.0

https://gerrit.wikimedia.org/r/183217

Patch-For-Review

adrianheine set Security to None.

I realized that @Krinkle already changed the HTML, so the update is really straight-forward now.

Note that assert.expect is not new. It's just been renamed. It was previously known as QUnit.expect and via QUnit.test( name, expect, callback ).

Change 183217 merged by jenkins-bot:
Update QUnit from v1.14.0 to v1.16.0

https://gerrit.wikimedia.org/r/183217

Note that assert.expect is not new. It's just been renamed. It was previously known as QUnit.expect and via QUnit.test( name, expect, callback ).

Sure, I was talking about the up-to-date name, not the feature :)