Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 21, 2023
1 parent be7b73d commit 049359f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csf/transformCsf.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('transformCsf', () => {
};
`;

const result = transformCsf(csfCode, {});
const result = transformCsf(csfCode, { testPrefixer });

expect(result).toMatchSnapshot();
});
Expand Down

0 comments on commit 049359f

Please sign in to comment.