-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove jest-util as dependency #380
Conversation
ergh, made the change on github. Will push commit with updated lockfile. EDIT: Running yarn locally didn't change the lockfile (which makes sense) |
Bah, I'm confusing myself. |
@SimenB GitHub search is retarded, happened to me recently that it too didn't find direct reference to what I searched |
I grepped locally now. $ rg jest-util
yarn.lock
2043: jest-util "^21.2.1"
2066: jest-util "^21.2.1"
2088: jest-util "^21.2.1"
2096: jest-util "^21.2.1"
2174: jest-util "^21.2.1"
2193: jest-util "^21.2.1"
2212:jest-util@^21.0.0, jest-util@^21.2.1:
2214: resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-21.2.1.tgz#a274b2f726b0897494d694a6c3d6a61ab819bb78"
3657: jest-util "^21.0.0"
package.json
76: "jest-util": "^21.2.1",
tests/deprecated-tsconfig/yarn.lock
963: jest-util "^20.0.3"
1007: jest-util "^20.0.3"
1015: jest-util "^20.0.3"
1102: jest-util "^20.0.3"
1115: jest-util "^20.0.3"
1119:jest-util@^20.0.3:
1121: resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-20.0.3.tgz#0c07f7d80d82f4e5a67c6f8b9c3fe7f65cfd32ad" |
I don't know what made me think it was jest-config. Anyway, thanks for the PR :) |
@SimenB Could you also:
|
I had it wrong the first time - I just force pushed 🙂 |
It's not used
Not sure why it was added in #109