Check pazpar2 runtime
[mkws-moved-to-github.git] / test / spec / mkws-config.js
index 478a4a1..7563e82 100644 (file)
@@ -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);
+  });
+});