Skip to content

Commit

Permalink
Update test/runtime/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
tanhauhau and benmccann authored Jun 18, 2021
1 parent 0622e23 commit efac66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('runtime', () => {
throw new Error('Forgot to remove `solo: true` from test');
}

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' : ''})` : ''}`;
(config.skip ? it.skip : solo ? it.only : it)(testName, () => {
if (failed.has(dir)) {
// this makes debugging easier, by only printing compiled output once
Expand Down

0 comments on commit efac66e

Please sign in to comment.