We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0622e23 commit efac66eCopy full SHA for efac66e
test/runtime/index.ts
@@ -62,7 +62,7 @@ describe('runtime', () => {
62
throw new Error('Forgot to remove `solo: true` from test');
63
}
64
65
- const testName = `${dir} ${hydrate ? `(with hydration ${from_ssr_html ? 'from ssr rendered html' : ''})` : ''}`;
+ const testName = `${dir} ${hydrate ? `(with hydration${from_ssr_html ? ' from ssr rendered html' : ''})` : ''}`;
66
(config.skip ? it.skip : solo ? it.only : it)(testName, () => {
67
if (failed.has(dir)) {
68
// this makes debugging easier, by only printing compiled output once
0 commit comments