X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-index-jsdom.spec.js;h=471c03e5005caf5f821fa154c107e6c51d52993d;hb=53dc53783dfabd95a00a1a06472fe0982fa4ebf0;hp=bd481c354654b9ab8e0f5f982858b4539dd0d4e6;hpb=cba4f6f559fe62cddf2874f1a837b277c8f49362;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-index-jsdom.spec.js b/test/spec/mkws-index-jsdom.spec.js index bd481c3..471c03e 100644 --- a/test/spec/mkws-index-jsdom.spec.js +++ b/test/spec/mkws-index-jsdom.spec.js @@ -26,7 +26,7 @@ function jsdom_check(file, tags_array, ignore_doctype) { }).createWindow(); /* apply jquery to the window */ - var $ = require('jquery').create(window); + var $ = require('jQuery').create(window); it("html jquery test", function () { @@ -54,4 +54,4 @@ jsdom_check('../examples/htdocs/language.html', [utils.tags.required, utils.tags jsdom_check('../examples/htdocs/mobile.html', [utils.tags.required, utils.tags.optional]); jsdom_check('../examples/htdocs/popup.html', [], true); jsdom_check('../examples/htdocs/jquery.html', []); -jsdom_check('../examples/htdocs/mike.html', [utils.tags.required, utils.tags.optional], true); +// jsdom_check('../examples/htdocs/mike.html', [utils.tags.required, utils.tags.optional], true);