We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f1397 commit f72f7afCopy full SHA for f72f7af
packages/qwik/src/testing/rendering.unit-util.tsx
@@ -137,6 +137,7 @@ export async function ssrRenderToDom(
137
const containerElement = document.querySelector(QContainerSelector) as _ContainerElement;
138
emulateExecutionOfQwikFuncs(document);
139
const container = _getDomContainer(containerElement) as _DomContainer;
140
+ await getTestPlatform().flush();
141
const getStyles = getStylesFactory(document);
142
if (opts.debug) {
143
console.log('========================================================');
0 commit comments