From 1777d29ccbba519475258e09b19f4ebb9b165f2c Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Fri, 1 Nov 2024 19:20:27 +0000 Subject: [PATCH] chore(react): cleanup react e2e test name (#28754) ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # --- e2e/react/src/react-module-federation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/react/src/react-module-federation.test.ts b/e2e/react/src/react-module-federation.test.ts index 7f2d02c8ab..0558f9549b 100644 --- a/e2e/react/src/react-module-federation.test.ts +++ b/e2e/react/src/react-module-federation.test.ts @@ -987,7 +987,7 @@ describe('React Module Federation', () => { }); afterAll(() => cleanupProject()); - it('ttt should load remote dynamic module', async () => { + it('should load remote dynamic module', async () => { const shell = uniq('shell'); const remote = uniq('remote'); const remotePort = 4205;