Skip to content

Commit f35df78

Browse files
committed
chore(repo): get output logs for mf rspack test
1 parent 6800b1e commit f35df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/angular/src/module-federation.rspack.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('Angular Module Federation', () => {
171171
`serve ${remoteApp1}`,
172172
(output) =>
173173
!output.includes(`Remote '${remoteApp1}' failed to serve correctly`) &&
174-
output.includes(`browser compiled`)
174+
output.includes(`build at:`)
175175
);
176176
await killProcessAndPorts(processSwc.pid, remotePort);
177177
}, 20_000_000);

0 commit comments

Comments
 (0)