Skip to content

🐛 Fix type tests not checking files #2548

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

Merged
merged 2 commits into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@microsoft/api-extractor": "^7.13.2",
"@size-limit/preset-small-lib": "^4.11.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@testing-library/user-event": "^13.1.5",
"@types/convert-source-map": "^1.5.1",
"@types/jest": "^27",
"@types/json-stringify-safe": "^5.0.0",
Expand Down
24 changes: 0 additions & 24 deletions packages/toolkit/setup-type-tests.d.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/toolkit/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"baseUrl": ".",
"skipLibCheck": false,
"noImplicitReturns": false
},
"include": ["./setup-type-tests.d.ts"]
}
}
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5598,7 +5598,7 @@ __metadata:
"@microsoft/api-extractor": ^7.13.2
"@size-limit/preset-small-lib": ^4.11.0
"@testing-library/react": ^13.3.0
"@testing-library/user-event": ^14.2.0
"@testing-library/user-event": ^13.1.5
"@types/convert-source-map": ^1.5.1
"@types/jest": ^27
"@types/json-stringify-safe": ^5.0.0
Expand Down Expand Up @@ -6379,12 +6379,14 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:^14.2.0":
version: 14.2.0
resolution: "@testing-library/user-event@npm:14.2.0"
"@testing-library/user-event@npm:^13.1.5":
version: 13.5.0
resolution: "@testing-library/user-event@npm:13.5.0"
dependencies:
"@babel/runtime": ^7.12.5
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: b34f19bbfe938d03778831b9c083d451c53f983f6f6c0db05a572b71ba5323c4125097bb4b8c97595bc9b946610d2c2f65cf1e113f047eed7a3078f28a1027e2
checksum: 16319de685fbb7008f1ba667928f458b2d08196918002daca56996de80ef35e6d9de26e9e1ece7d00a004692b95a597cf9142fff0dc53f2f51606a776584f549
languageName: node
linkType: hard

Expand Down