Skip to content

Commit

Permalink
[[FEAT]] Support QUnit's global notOk
Browse files Browse the repository at this point in the history
Adds support for notOk exposed to the global object since QUnit 1.18.0

Ref https://github.com/jquery/qunit/releases/tag/1.18.0
  • Loading branch information
leobalter committed Nov 10, 2015
1 parent 93f67d3 commit 73ac9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ exports.qunit = {
module : false,
notDeepEqual : false,
notEqual : false,
notOk : false,
notPropEqual : false,
notStrictEqual : false,
ok : false,
Expand Down

0 comments on commit 73ac9b8

Please sign in to comment.