Skip to content

Commit f160032

Browse files
committed
update jest prettier path for prettier v3
1 parent ea9e89b commit f160032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const config: JestConfigWithTsJest = {
1515
},
1616
modulePaths: ["<rootDir>"],
1717
roots: ["<rootDir>"],
18+
prettierPath: null, // https://jestjs.io/docs/configuration/#prettierpath-string
1819
};
1920

2021
export default config;

0 commit comments

Comments
 (0)