don't mix jQuery and '$', they can be different variables
[mkws-moved-to-github.git] / test / spec / mkws-index-jsdom.spec.js
index fa31fea..5b49cf3 100644 (file)
@@ -26,7 +26,7 @@ function jsdom_check (file, tags_array, ignore_doctype) {
     }).createWindow();
 
     /* apply jquery to the window */
-    var $ = jQuery = require('jquery').create(window);
+    var $ = require('jquery').create(window);
 
 
     it("html jquery test", function() {