Skip to content

Commit

Permalink
Update e2e/qwik-nx-e2e/tests/micro-frontends.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Stepanenko <33101123+dmitry-stepanenko@users.noreply.github.com>
  • Loading branch information
JulianTurner and dmitry-stepanenko authored Sep 18, 2023
1 parent d83e82e commit 27c135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/qwik-nx-e2e/tests/micro-frontends.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async function runHostAndRemotes(
invokedHost ||= includesInvokeMessage(hostName, 5173, false);
invokedRemote1 ||= includesInvokeMessage(remote1, 5174);
invokedRemote2 ||= includesInvokeMessage(remote2, 5175);
invokedRemote3 ||= !!remote3 && includesInvokeMessage(remote3, 5175);
invokedRemote3 ||= !!remote3 && includesInvokeMessage(remote3, 5176);

showedAllRemotesInvokedInfo ||= stripConsoleColors(
output.replace(/\n|\s/g, '')
Expand Down

0 comments on commit 27c135f

Please sign in to comment.