Skip to content

Commit 0730f2e

Browse files
author
rocketraccoon
committed
feat(testing-library): testplane testing library # fix readme.md
1 parent 8a4e2c9 commit 0730f2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
{

0 commit comments

Comments
 (0)