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 0d9ccdb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 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
5 changes: 0 additions & 5 deletions packages/jest-types/src/__tests__/tsconfig.json

This file was deleted.

7 changes: 1 addition & 6 deletions packages/jest-types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
"outDir": "build"
},
"include": ["./src/**/*"],
"exclude": ["./**/__tests__/**/*"],
"references": [
{"path": "../jest-pattern"},
{"path": "../jest-regex-util"},
{"path": "../jest-schemas"}
]
"references": [{"path": "../jest-pattern"}, {"path": "../jest-schemas"}]
}
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,6 @@ __metadata:
"@types/node": "*"
"@types/yargs": ^17.0.8
chalk: ^4.0.0
jest-regex-util: "workspace:*"
tsd-lite: ^0.8.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 0d9ccdb

Please sign in to comment.