X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;fp=test%2Fspec%2Fmkws-config.js;h=33bd27743b4d08f86a4ee608b887e1867a624d7d;hb=4b169e81f4f04255481ae415583ff9bb463656a5;hp=cfabc187a552eb27997b9362b0d11a424c47472c;hpb=ea023c78b6d7d8de066435b4f754b0213a77632f;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index cfabc18..33bd277 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -17,6 +17,15 @@ describe("Check for external JavaScript libs", function () { expect(typeof mkws.$).not.toBe('undefined'); }); + // jquery.json-2.4.js + it("jQuery JSON", function () { + expect(typeof mkws.$.toJSON).not.toBe('undefined'); + }); + + it("pazpar2", function () { + expect(typeof pz2).not.toBe('undefined'); + }); + it("jQuery UI", function () { // if we have a popup widget, check for the jQuery UI lib if (mkws.$(".mkws-popup").length > 0) {