fix changelog
[squeep-indie-auther] / test / src / template / authorization-error-html.js
index 4858b51c8238e061b3d166d059262b7f6f009be6..6a30d9637735dc7fb11d6700e48b459322924989 100644 (file)
@@ -1,4 +1,3 @@
-/* eslint-env mocha */
 'use strict';
 
 const assert = require('assert');
@@ -27,7 +26,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);