File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<p align =" center " >
22 <picture>
3- <source media="(prefers-color-scheme: dark)" srcset="./docs/images/logo-light.svg" width="300 ">
4- <source media="(prefers-color-scheme: light)" srcset="./docs/images/logo-dark.svg" width="300 ">
5- <img alt="testplane testing library logo" src="./docs/images/logo-dark.svg" width="300 ">
3+ <source media="(prefers-color-scheme: dark)" srcset="./docs/images/logo-light.svg" width="600 ">
4+ <source media="(prefers-color-scheme: light)" srcset="./docs/images/logo-dark.svg" width="600 ">
5+ <img alt="testplane testing library logo" src="./docs/images/logo-dark.svg" width="600 ">
66 </picture>
77</p >
88
@@ -38,7 +38,7 @@ module.exports = {
3838};
3939```
4040
41- 3 . ALso, if you are using typescript add to ` tsconfig.json ` -> ` compilerOptions ` -> ` types ` this line ` @testplane/testing-library `
41+ If you are using TypeScript and experiencing issues with testing-library types, you may add the following line to your tsconfig.json
4242
4343``` json
4444{
You can’t perform that action at this time.
0 commit comments