diff --git a/test/data/testrunner.js b/test/data/testrunner.js index beb0fe2a..7cd55e6f 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -24,3 +24,12 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's. document.write(""); })(); + +// QUnit Aliases +(function() { + + window.equals = window.equal; + window.same = window.deepEqual; + +})(); +