Skip to content

Commit efac66e

Browse files
tanhauhaubenmccann
andauthored
Update test/runtime/index.ts
Co-authored-by: Ben McCann <[email protected]>
1 parent 0622e23 commit efac66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtime/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('runtime', () => {
6262
throw new Error('Forgot to remove `solo: true` from test');
6363
}
6464

65-
const testName = `${dir} ${hydrate ? `(with hydration ${from_ssr_html ? 'from ssr rendered html' : ''})` : ''}`;
65+
const testName = `${dir} ${hydrate ? `(with hydration${from_ssr_html ? ' from ssr rendered html' : ''})` : ''}`;
6666
(config.skip ? it.skip : solo ? it.only : it)(testName, () => {
6767
if (failed.has(dir)) {
6868
// this makes debugging easier, by only printing compiled output once

0 commit comments

Comments
 (0)