Skip to content

Commit

Permalink
chore: migrate expect and @jest/expect type tests to TSTyche (#14910
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mrazauskas authored Mar 8, 2024
1 parent d129719 commit 3f2161f
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 236 deletions.
2 changes: 2 additions & 0 deletions jest.config.ts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ export default {
runner: 'jest-runner-tsd',
testMatch: [
'**/__typetests__/**/*.test.ts',
'!**/packages/expect/__typetests__/*.test.ts',
'!**/packages/expect-utils/__typetests__/*.test.ts',
'!**/packages/jest/__typetests__/*.test.ts',
'!**/packages/jest-cli/__typetests__/*.test.ts',
'!**/packages/jest-expect/__typetests__/*.test.ts',
'!**/packages/jest-mock/__typetests__/*.test.ts',
'!**/packages/jest-types/__typetests__/config.test.ts',
],
Expand Down
Loading

0 comments on commit 3f2161f

Please sign in to comment.