Skip to content

Commit

Permalink
Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes …
Browse files Browse the repository at this point in the history
…#8991.

More Details:
 - #354
 - http://bugs.jquery.com/ticket/8991
  • Loading branch information
rwaldron authored and timmywil committed Apr 28, 2011
1 parent c0450f3 commit ebac797
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/data/testrunner.js
Expand Up @@ -24,3 +24,12 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.

document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();

// QUnit Aliases
(function() {

window.equals = window.equal;
window.same = window.deepEqual;

})();

0 comments on commit ebac797

Please sign in to comment.