diff --git a/.all-contributorsrc b/.all-contributorsrc
index bf8d25f1..39f5a7e4 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
{
"projectName": "react-testing-library",
- "projectOwner": "kentcdodds",
+ "projectOwner": "testing-library",
"repoType": "github",
"files": [
"README.md"
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 87ac4edc..9bf52665 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,5 +1 @@
-# You can add one username per supported platform and one custom link
-patreon: kentcdodds
-# open_collective:
-# ko_fi:
-custom: https://kcd.im/donate
+open_collective: testing-library
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 89f9e343..7cc35e72 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,7 +15,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
> pull requests from branches on your fork. To do this, run:
>
> ```
-> git remote add upstream https://github.com/kentcdodds/react-testing-library.git
+> git remote add upstream https://github.com/testing-library/react-testing-library.git
> git fetch upstream
> git branch --set-upstream-to=upstream/master master
> ```
@@ -75,5 +75,5 @@ requests! Thanks!
[egghead]:
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
-[all-contributors]: https://github.com/kentcdodds/all-contributors
-[issues]: https://github.com/kentcdodds/react-testing-library/issues
+[all-contributors]: https://github.com/all-contributors/all-contributors
+[issues]: https://github.com/testing-library/react-testing-library/issues
diff --git a/README.md b/README.md
index 9144145f..05b243e5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
height="80"
width="80"
alt="goat"
- src="https://raw.githubusercontent.com/kentcdodds/react-testing-library/master/other/goat.png"
+ src="https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/goat.png"
/>
@@ -43,7 +43,7 @@ practices.
@@ -161,12 +161,12 @@ You may also be interested in installing `jest-dom` so you can use
> [docs site](https://testing-library.com/docs/example-codesandbox)
You'll find runnable examples of testing with different libraries in
-[the `examples` directory](https://github.com/kentcdodds/react-testing-library/blob/master/examples).
+[the `examples` directory](https://github.com/testing-library/react-testing-library/blob/master/examples).
Some included are:
-- [`react-redux`](https://github.com/kentcdodds/react-testing-library/blob/master/examples/__tests__/react-redux.js)
-- [`react-router`](https://github.com/kentcdodds/react-testing-library/blob/master/examples/__tests__/react-router.js)
-- [`react-context`](https://github.com/kentcdodds/react-testing-library/blob/master/examples/__tests__/react-context.js)
+- [`react-redux`](https://github.com/testing-library/react-testing-library/blob/master/examples/__tests__/react-redux.js)
+- [`react-router`](https://github.com/testing-library/react-testing-library/blob/master/examples/__tests__/react-router.js)
+- [`react-context`](https://github.com/testing-library/react-testing-library/blob/master/examples/__tests__/react-context.js)
You can also find react-testing-library examples at
[react-testing-examples.com](https://react-testing-examples.com/jest-rtl/).
@@ -214,7 +214,7 @@ Thanks goes to these people ([emoji key][emojis]):
-
+
@@ -223,7 +223,8 @@ Contributions of any kind welcome!
## Docs
-[**Read The Docs**](https://testing-library.com/react) | [Edit the docs](https://github.com/alexkrolick/testing-library-docs)
+[**Read The Docs**](https://testing-library.com/react) |
+[Edit the docs](https://github.com/alexkrolick/testing-library-docs)
## Issues
@@ -264,10 +265,10 @@ Links:
[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
-[build-badge]: https://img.shields.io/travis/kentcdodds/react-testing-library.svg?style=flat-square
-[build]: https://travis-ci.org/kentcdodds/react-testing-library
-[coverage-badge]: https://img.shields.io/codecov/c/github/kentcdodds/react-testing-library.svg?style=flat-square
-[coverage]: https://codecov.io/github/kentcdodds/react-testing-library
+[build-badge]: https://img.shields.io/travis/testing-library/react-testing-library.svg?style=flat-square
+[build]: https://travis-ci.org/testing-library/react-testing-library
+[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/react-testing-library.svg?style=flat-square
+[coverage]: https://codecov.io/github/testing-library/react-testing-library
[version-badge]: https://img.shields.io/npm/v/react-testing-library.svg?style=flat-square
[package]: https://www.npmjs.com/package/react-testing-library
[downloads-badge]: https://img.shields.io/npm/dm/react-testing-library.svg?style=flat-square
@@ -275,27 +276,25 @@ Links:
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
[spectrum]: https://spectrum.chat/react-testing-library
[license-badge]: https://img.shields.io/npm/l/react-testing-library.svg?style=flat-square
-[license]: https://github.com/kentcdodds/react-testing-library/blob/master/LICENSE
+[license]: https://github.com/testing-library/react-testing-library/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
-[coc]: https://github.com/kentcdodds/react-testing-library/blob/master/CODE_OF_CONDUCT.md
-[github-watch-badge]: https://img.shields.io/github/watchers/kentcdodds/react-testing-library.svg?style=social
-[github-watch]: https://github.com/kentcdodds/react-testing-library/watchers
-[github-star-badge]: https://img.shields.io/github/stars/kentcdodds/react-testing-library.svg?style=social
-[github-star]: https://github.com/kentcdodds/react-testing-library/stargazers
-[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-testing-library%20by%20%40kentcdodds%20https%3A%2F%2Fgithub.com%2Fkentcdodds%2Freact-testing-library%20%F0%9F%91%8D
-[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/kentcdodds/react-testing-library.svg?style=social
-[emojis]: https://github.com/kentcdodds/all-contributors#emoji-key
-[all-contributors]: https://github.com/kentcdodds/all-contributors
+[coc]: https://github.com/testing-library/react-testing-library/blob/master/CODE_OF_CONDUCT.md
+[github-watch-badge]: https://img.shields.io/github/watchers/testing-library/react-testing-library.svg?style=social
+[github-watch]: https://github.com/testing-library/react-testing-library/watchers
+[github-star-badge]: https://img.shields.io/github/stars/testing-library/react-testing-library.svg?style=social
+[github-star]: https://github.com/testing-library/react-testing-library/stargazers
+[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-testing-library%20by%20%40@TestingLib%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Freact-testing-library%20%F0%9F%91%8D
+[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/testing-library/react-testing-library.svg?style=social
+[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
+[all-contributors]: https://github.com/all-contributors/all-contributors
[set-immediate]: https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate
[guiding-principle]: https://twitter.com/kentcdodds/status/977018512689455106
-[data-testid-blog-post]: https://blog.kentcdodds.com/making-your-ui-tests-resilient-to-change-d37a6ee37269
-[dom-testing-lib-textmatch]: https://github.com/kentcdodds/dom-testing-library#textmatch
-[bugs]: https://github.com/kentcdodds/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
-[requests]: https://github.com/kentcdodds/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
-[good-first-issue]: https://github.com/kentcdodds/react-testing-library/issues?utf8=β&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
+[bugs]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
+[requests]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
+[good-first-issue]: https://github.com/testing-library/react-testing-library/issues?utf8=β&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
[reactiflux]: https://www.reactiflux.com/
[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
[react-hooks-testing-library]: https://github.com/mpeyper/react-hooks-testing-library
diff --git a/examples/README.md b/examples/README.md
index 9c89757e..44e36304 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -27,5 +27,5 @@ specific example, you can run `npm test name-of-your-file`. This will put you
into Jest's interactive watch mode with a filter based on the name you provided.
[contributing]:
- https://github.com/kentcdodds/react-testing-library/blob/master/CONTRIBUTING.md
+ https://github.com/testing-library/react-testing-library/blob/master/CONTRIBUTING.md
[jest-dom]: https://github.com/gnapse/jest-dom
diff --git a/package.json b/package.json
index ba558b87..7be1db97 100644
--- a/package.json
+++ b/package.json
@@ -41,27 +41,27 @@
"author": "Kent C. Dodds (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.4.2",
- "dom-testing-library": "^3.19.0"
+ "@babel/runtime": "^7.4.3",
+ "dom-testing-library": "^4.0.0"
},
"devDependencies": {
"@reach/router": "^1.2.1",
- "@types/react": "^16.8.3",
- "@types/react-dom": "^16.8.2",
+ "@types/react": "^16.8.14",
+ "@types/react-dom": "^16.8.4",
"axios": "^0.18.0",
"eslint-import-resolver-jest": "^2.1.1",
"history": "^4.9.0",
"intl": "^1.2.5",
"jest-dom": "3.1.3",
"jest-in-case": "^1.0.2",
- "kcd-scripts": "1.1.2",
+ "kcd-scripts": "1.2.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^2.8.0",
- "react-redux": "6.0.1",
+ "react-redux": "7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
- "react-transition-group": "^2.7.1",
+ "react-transition-group": "^4.0.0",
"redux": "^4.0.0"
},
"peerDependencies": {
@@ -83,10 +83,10 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/kentcdodds/react-testing-library.git"
+ "url": "https://github.com/testing-library/react-testing-library.git"
},
"bugs": {
- "url": "https://github.com/kentcdodds/react-testing-library/issues"
+ "url": "https://github.com/testing-library/react-testing-library/issues"
},
- "homepage": "https://github.com/kentcdodds/react-testing-library#readme"
+ "homepage": "https://github.com/testing-library/react-testing-library#readme"
}
diff --git a/src/__mocks__/axios.js b/src/__mocks__/axios.js
index 9d70d624..30970385 100644
--- a/src/__mocks__/axios.js
+++ b/src/__mocks__/axios.js
@@ -5,4 +5,4 @@ module.exports = {
// Note:
// For now we don't need any other method (POST/PUT/PATCH), what we have already works fine.
// We will add more methods only if we need to.
-// For reference please read: https://github.com/kentcdodds/react-testing-library/issues/2
+// For reference please read: https://github.com/testing-library/react-testing-library/issues/2