Skip to content

Commit

Permalink
no regex utils in types either
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 13, 2024
1 parent a746744 commit 7e4bc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/jest-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"@types/istanbul-reports": "^3.0.0",
"@types/node": "*",
"@types/yargs": "^17.0.8",
"chalk": "^4.0.0",
"jest-regex-util": "workspace:*"
"chalk": "^4.0.0"
},
"devDependencies": {
"@tsd/typescript": "^5.0.4",
Expand Down
6 changes: 1 addition & 5 deletions packages/jest-types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
},
"include": ["./src/**/*"],
"exclude": ["./**/__tests__/**/*"],
"references": [
{"path": "../jest-pattern"},
{"path": "../jest-regex-util"},
{"path": "../jest-schemas"}
]
"references": [{"path": "../jest-pattern"}, {"path": "../jest-schemas"}]
}

0 comments on commit 7e4bc17

Please sign in to comment.