Skip to content

Commit 1c84300

Browse files
committed
try fix
1 parent 71c95c1 commit 1c84300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: JestConfigWithTsJest = {
1717
'<rootDir>/deno_tests/',
1818
],
1919
testPathIgnorePatterns: ['scripts'],
20-
prettierPath: require.resolve('prettier-2'),
20+
// prettierPath: require.resolve('prettier-2'),
2121
};
2222

2323
export default config;

0 commit comments

Comments
 (0)