Yuki Takei 2 anni fa
parent
commit
9defabbbcd

+ 1 - 1
apps/app/test/integration/.eslintrc.js

@@ -12,5 +12,5 @@ module.exports = {
       'error',
       { additionalTestBlockFunctions: ['each.test'] },
     ],
-  }
+  },
 };

+ 1 - 1
apps/app/test/unit/.eslintrc.js

@@ -12,5 +12,5 @@ module.exports = {
       'error',
       { additionalTestBlockFunctions: ['each.test'] },
     ],
-  }
+  },
 };