We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c95c1 commit 1c84300Copy full SHA for 1c84300
jest.config.ts
@@ -17,7 +17,7 @@ const config: JestConfigWithTsJest = {
17
'<rootDir>/deno_tests/',
18
],
19
testPathIgnorePatterns: ['scripts'],
20
- prettierPath: require.resolve('prettier-2'),
+ // prettierPath: require.resolve('prettier-2'),
21
};
22
23
export default config;
0 commit comments