update dependencies and devDependencies, address lint issues
[squeep-indie-auther] / test / src / template / authorization-error-html.js
index 4858b51c8238e061b3d166d059262b7f6f009be6..2d1567f1767bf1dbb86819146a1b284937a157fc 100644 (file)
@@ -27,7 +27,7 @@ describe('Authorization Error HTML Template', function () {
     ctx.session = {
       error: 'error_name',
       errorDescriptions: ['something went wrong', 'another thing went wrong'],
-    }
+    };
     const result = template(ctx, config);
     await lintHtml(result);
     assert(result);