Skip to content

Commit 049359f

Browse files
committed
fix test
1 parent be7b73d commit 049359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csf/transformCsf.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('transformCsf', () => {
2323
};
2424
`;
2525

26-
const result = transformCsf(csfCode, {});
26+
const result = transformCsf(csfCode, { testPrefixer });
2727

2828
expect(result).toMatchSnapshot();
2929
});

0 commit comments

Comments
 (0)