Yuki Takei 2 лет назад
Родитель
Сommit
9defabbbcd
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      apps/app/test/integration/.eslintrc.js
  2. 1 1
      apps/app/test/unit/.eslintrc.js

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

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

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

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