aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index e0086b8a..32272a4d 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -26,6 +26,8 @@ if (window.jstestdriver) {
beforeEach(function(){
// This is to reset parsers global cache of expressions.
compileCache = {};
+ // reset to jQuery or default to us.
+ bindJQuery();
this.addMatchers({
toBeInvalid: function(){
var element = jqLite(this.actual);