X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=cf4894b660baa4137fbbf29ac0f1e492183c42b7;hb=bca4935cd8f8853122abaf5f6feb0e26eecc7942;hp=c1963d2c0ac9e5b6bd337a3b256523e8ad9e6d23;hpb=948c00ce0f5621e9fda178f24e053b4a608b5561;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index c1963d2..cf4894b 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -17,9 +17,9 @@ describe("Check for external JavaScript libs", function () { expect(typeof mkws.$).not.toBe('undefined'); }); - xit("jQuery UI", function () { + it("jQuery UI", function () { // if we have a popup widget, check for the jQuery UI lib - if ($(".popup").length > 0) { + if (mkws.$(".popup").length > 0) { expect(typeof mkws.$.ui).not.toBe('undefined'); } });