X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-config.js;h=7563e82dc5008807d182fcfb56ad3c739273c0c0;hb=ea92871be7063838ddeb6529d7f0fdae2bbd4063;hp=478a4a159372801b416b594864f89418c0e19ca7;hpb=4fb4f24e7b1fbad03af40a6a1e30637a90b89514;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 478a4a1..7563e82 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -38,3 +38,8 @@ describe("Check pazpar2 config", function() { }); }); +describe("Check pazpar2 runtime", function() { + it("pazpar2 was successfully initialize", function() { + expect(mkws_config.error).toBe(undefined); + }); +});