Skip to content

Commit

Permalink
Update e2e/__tests__/toMatchInlineSnapshotWithPretttier3.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Sep 25, 2023
1 parent af87d41 commit b78f15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/toMatchInlineSnapshotWithPretttier3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test('supports passing `prettier-2` as `prettierPath`', () => {
test('supports passing `prettier` as `prettierPath`', () => {
writeFiles(DIR, {
'jest.config.js': `
module.exports = {prettierPath: require.resolve('prettier/index.cjs')};
module.exports = {prettierPath: require.resolve('prettier')};
`,
});
writeFiles(TESTS_DIR, {
Expand Down

0 comments on commit b78f15a

Please sign in to comment.