Skip to content

feat: update to the latest [email protected] #365

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 1 commit into from
Apr 25, 2019
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 .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "react-testing-library",
"projectOwner": "kentcdodds",
"projectOwner": "testing-library",
"repoType": "github",
"files": [
"README.md"
Expand Down
6 changes: 1 addition & 5 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
> ```
Expand Down Expand Up @@ -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
53 changes: 26 additions & 27 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@
"author": "Kent C. Dodds <[email protected]> (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": {
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion src/__mocks__/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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