Skip to content

Commit

Permalink
chore: add single quote config option to block codemod
Browse files Browse the repository at this point in the history
  • Loading branch information
Martí Malek committed Aug 25, 2023
1 parent 34ddfc8 commit 99e23eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemods/__tests__/block-to-width-100-test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.autoMockOff();
const { defineTest } = require('jscodeshift/dist/testUtils');

defineTest(__dirname, 'block-to-width-100', null, 'block-to-width-100', { parser: 'tsx' });
defineTest(__dirname, 'block-to-width-100', { quote: 'single' }, 'block-to-width-100', { parser: 'tsx' });

0 comments on commit 99e23eb

Please sign in to comment.