Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
mcmire committed Dec 1, 2025
commit 4140bd2eb93efc8df293a22d90b9db592042f972
1 change: 0 additions & 1 deletion packages/jest/src/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe('index', () => {
},
parserOptions: {
tsconfigRootDir: resolve(import.meta.dirname, '..'),
project: 'tsconfig.json',
},
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/typescript/src/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('index', () => {
},
parserOptions: {
tsconfigRootDir: resolve(import.meta.dirname, '..'),
project: 'tsconfig.json',
},
},
},
Expand Down
Loading