X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-index-jsdom.spec.js;h=6414a09b36cc50822d4eabe1d6af8af59411ed86;hb=8953b81dd62c0f4a8ea269c0f502d9ad8dc95489;hp=471c03e5005caf5f821fa154c107e6c51d52993d;hpb=576d4416ec817d82ec2ad4e6425ebe43067610a7;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 471c03e..6414a09 100644 --- a/test/spec/mkws-index-jsdom.spec.js +++ b/test/spec/mkws-index-jsdom.spec.js @@ -17,7 +17,7 @@ function jsdom_check(file, tags_array, ignore_doctype) { var html = fs.readFileSync(file, "utf-8"); var tags = utils.flat_list(tags_array); - describe("language.html jsdom + jquery for " + file, function () { + describe("local html file jsdom + jquery for " + file, function () { var window = require('jsdom').jsdom(html, null, { FetchExternalResources: false, ProcessExternalResources: false, @@ -52,6 +52,4 @@ function jsdom_check(file, tags_array, ignore_doctype) { jsdom_check('../examples/htdocs/language.html', [utils.tags.required, utils.tags.optional, utils.tags.optional2]); 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); +