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;