Skip to content

Commit c8fdee3

Browse files
committed
update snapshots
1 parent 549c512 commit c8fdee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/csf/transformCsf.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const transformCsf = (
165165
})
166166
.filter(Boolean);
167167

168-
let result = null;
168+
let result = '';
169169

170170
if (!clearBody) result = `${result}${code}\n`;
171171
if (allTests.length) {

src/playwright/transformPlaywright.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ describe('Playwright', () => {
514514
`,
515515
filename
516516
)
517-
).toMatchInlineSnapshot(`describe('Example/foo/bar', () => { it('no-op', () => {}) });`);
517+
).toMatchInlineSnapshot(`describe.skip('Example/foo/bar', () => { it('no-op', () => {}) });`);
518518
});
519519
});
520520

0 commit comments

Comments
 (0)