update dependencies and devDependencies, update eslint config, address lint issues
[squeep-indie-auther] / test / src / service.js
index 31365794992b578cbb33b687ac9848d831fd1d6a..ab6646f19ae9ecccb817388cb8bbb71a18396e82 100644 (file)
@@ -291,4 +291,10 @@ describe('Service', function () {
     });
   }); // handlerGetAdminMaintenance
 
+  describe('handlerWhaGwan', function () {
+    it('covers', async function () {
+      await assert.rejects(() => service.handlerWhaGwan(req. res, ctx));
+    });
+  }); // handlerWhaGwan
+
 });
\ No newline at end of file