Skip to content

Commit ebbdc6c

Browse files
committed
fix test
1 parent 76bbf42 commit ebbdc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/jsx-ast/utils/__tests__/buildContent.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('buildContent', () => {
2020
SAMPLE,
2121
{},
2222
{
23-
runSync: x => ({ body: [{ expression: x }] }),
23+
run: async x => ({ body: [{ expression: x }] }),
2424
}
2525
);
2626

0 commit comments

Comments
 (0)