From c4e521c83f4ca07991e4645eaf4fef8d22d27c0b Mon Sep 17 00:00:00 2001 From: Timur Karimov Date: Tue, 9 Jan 2024 13:42:01 +0100 Subject: [PATCH] tst --- tests/e2e/config/jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/config/jest.config.js b/tests/e2e/config/jest.config.js index 8e6c3a446f8..a6969e0a207 100644 --- a/tests/e2e/config/jest.config.js +++ b/tests/e2e/config/jest.config.js @@ -12,7 +12,6 @@ const e2ePaths = { subscriptions: path.resolve( __dirname, '../specs/subscriptions' ), blocks: path.resolve( __dirname, '../specs/blocks' ), upe: path.resolve( __dirname, '../specs/upe' ), - upeSplit: path.resolve( __dirname, '../specs/upe-split' ), }; // Allow E2E tests to run specific tests - wcpay, subscriptions, blocks, all (default).