From 31b0f0023341e5c466cbb79dcd2e2f9e7c08e483 Mon Sep 17 00:00:00 2001 From: "Hill, John (ARC-TI)[KBR Wyle Services, LLC]" Date: Tue, 23 Jul 2024 11:57:19 -0700 Subject: [PATCH] update to remove expect expect given our use of check functions --- e2e/.eslintrc.cjs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/e2e/.eslintrc.cjs b/e2e/.eslintrc.cjs index 00e6319341..9b3a963b8f 100644 --- a/e2e/.eslintrc.cjs +++ b/e2e/.eslintrc.cjs @@ -6,13 +6,7 @@ module.exports = { }, overrides: [ { - files: ['**/*.visual.spec.js'], - rules: { - 'playwright/expect-expect': 'off' - } - }, - { - files: ['**/*.perf.spec.js'], + files: ['**/*.spec.js'], // Added the 'files' property rules: { 'playwright/expect-expect': 'off' }