Skip to content

Commit b78f15a

Browse files
authored
Update e2e/__tests__/toMatchInlineSnapshotWithPretttier3.test.ts
1 parent af87d41 commit b78f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/__tests__/toMatchInlineSnapshotWithPretttier3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test('supports passing `prettier-2` as `prettierPath`', () => {
6767
test('supports passing `prettier` as `prettierPath`', () => {
6868
writeFiles(DIR, {
6969
'jest.config.js': `
70-
module.exports = {prettierPath: require.resolve('prettier/index.cjs')};
70+
module.exports = {prettierPath: require.resolve('prettier')};
7171
`,
7272
});
7373
writeFiles(TESTS_DIR, {

0 commit comments

Comments
 (0)