File tree 5 files changed +12
-7
lines changed
5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Reproduction repository:
76
76
<!--
77
77
If possible, please create a repository that reproduces the issue with the
78
78
minimal amount of code possible. You may fork the template here:
79
- https://github.com/alexkrolick /dom-testing-library-template
79
+ https://github.com/testing-library /dom-testing-library-template
80
80
81
81
Or if you can, try to reproduce the issue in a codesandbox. You can fork the
82
82
one here: https://codesandbox.io/s/5z6x4r7n0p
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ var your => (code) => here;
46
46
47
47
<!--
48
48
If this is an issue with documentation, please file an issue on the docs repo:
49
- https://github.com/alexkrolick /testing-library-docs
49
+ https://github.com/testing-library /testing-library-docs
50
50
-->
51
51
52
52
### What you did:
@@ -63,7 +63,7 @@ https://github.com/alexkrolick/testing-library-docs
63
63
If possible, please create a repository that reproduces the issue with the
64
64
minimal amount of code possible.
65
65
66
- Template repo: https://github.com/alexkrolick /dom-testing-library-template
66
+ Template repo: https://github.com/testing-library /dom-testing-library-template
67
67
68
68
Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one
69
69
here: https://codesandbox.io/s/5z6x4r7n0p
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ codesandbox to make a reproduction of your issue: https://kcd.im/rtl-help
20
20
- Reactiflux on Discord https://www.reactiflux.com
21
21
- Stack Overflow
22
22
https://stackoverflow.com/questions/tagged/react-testing-library
23
- - Documentation: https://github.com/alexkrolick /testing-library-docs
23
+ - Documentation: https://github.com/testing-library /testing-library-docs
24
24
25
25
** ISSUES WHICH ARE QUESTIONS WILL BE CLOSED**
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ merge of your pull request!
35
35
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->
36
36
37
37
- [ ] Documentation added to the
38
- [ docs site] ( https://github.com/alexkrolick /testing-library-docs )
38
+ [ docs site] ( https://github.com/testing-library /testing-library-docs )
39
39
- [ ] Tests
40
40
- [ ] Typescript definitions updated
41
41
- [ ] Ready to be merged
Original file line number Diff line number Diff line change @@ -34,8 +34,13 @@ sure to include those changes (if they exist) in your commit.
34
34
35
35
### Update Typings
36
36
37
- The TypeScript type definitions are in the
38
- [DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__react)
37
+ If your PR introduced some changes in the API, you are more than welcome to
38
+ modify the Typescript type definition to reflect those changes. Just modify the
39
+ `/types/index.d.ts` file accordingly. If you have never seen Typescript
40
+ definitions before, you can read more about it in its
41
+ [documentation pages](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html).
42
+ Though this library itself is not written in Typescript we use
43
+ [dtslint](https://github.com/microsoft/dtslint) to lint our typings.
39
44
40
45
## Help needed
41
46
You can’t perform that action at this time.
0 commit comments