Skip to content

Commit 2355891

Browse files
authored
Merge pull request testing-library#117 from MichaelDeBoey/change-org
Move to testing-library org
2 parents 2c75e62 + 603f309 commit 2355891

File tree

3 files changed

+39
-17
lines changed

3 files changed

+39
-17
lines changed

.all-contributorsrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "user-event",
3-
"projectOwner": "Gpx",
3+
"projectOwner": "testing-library",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [
@@ -43,6 +43,15 @@
4343
"bug",
4444
"code"
4545
]
46+
},
47+
{
48+
"login": "MichaelDeBoey",
49+
"name": "Michaël De Boey",
50+
"avatar_url": "https://avatars3.githubusercontent.com/u/6643991?v=4",
51+
"profile": "https://michaeldeboey.be",
52+
"contributions": [
53+
"doc"
54+
]
4655
}
4756
]
4857
}

README.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,31 @@
22
<h1>user-event</h1>
33

44
<a href="https://www.emojione.com/emoji/1f415">
5-
<img height="80" width="80" alt="dog" src="https://raw.githubusercontent.com/gpx/user-event/master/other/dog.png" />
5+
<img
6+
height="80"
7+
width="80"
8+
alt="dog"
9+
src="https://raw.githubusercontent.com/testing-library/user-event/master/other/dog.png"
10+
/>
611
</a>
712

8-
<p>Simulate user events for <a href="https://github.com/kentcdodds/react-testing-library">react-testing-library</a></p>
13+
<p>Simulate user events for <a href="https://github.com/testing-library/react-testing-library">react-testing-library</a>.</p>
14+
15+
<br />
916
</div>
1017

1118
<hr />
1219

13-
[![Build Status](https://travis-ci.org/Gpx/user-event.svg?branch=master)](https://travis-ci.org/Gpx/user-event)
14-
[![Maintainability](https://api.codeclimate.com/v1/badges/75f1ff4397e994c6004e/maintainability)](https://codeclimate.com/github/Gpx/user-event/maintainability)
15-
[![Test Coverage](https://api.codeclimate.com/v1/badges/75f1ff4397e994c6004e/test_coverage)](https://codeclimate.com/github/Gpx/user-event/test_coverage)
16-
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
17-
[![Greenkeeper badge](https://badges.greenkeeper.io/Gpx/user-event.svg)](https://greenkeeper.io/)
20+
[![Build Status](https://travis-ci.org/testing-library/user-event.svg?branch=master)](https://travis-ci.org/testing-library/user-event)
21+
[![Maintainability](https://api.codeclimate.com/v1/badges/75f1ff4397e994c6004e/maintainability)](https://codeclimate.com/github/testing-library/user-event/maintainability)
22+
[![Test Coverage](https://api.codeclimate.com/v1/badges/75f1ff4397e994c6004e/test_coverage)](https://codeclimate.com/github/testing-library/user-event/test_coverage)
23+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
24+
[![Greenkeeper badge](https://badges.greenkeeper.io/testing-library/user-event.svg)](https://greenkeeper.io/)
1825

1926
## The problem
2027

2128
From
22-
[kentcdodds/dom-testing-library#107](https://github.com/kentcdodds/dom-testing-library/issues/107):
29+
[testing-library/dom-testing-library#107](https://github.com/testing-library/dom-testing-library/issues/107):
2330

2431
> [...] it is becoming apparent the need to express user actions on a web page
2532
> using a higher-level abstraction than `fireEvent`
@@ -36,17 +43,23 @@ change the state of the checkbox.
3643

3744
With NPM:
3845

39-
`npm install user-event --dev`
46+
```sh
47+
npm install user-event --dev
48+
```
4049

4150
With Yarn:
4251

43-
`yarn add user-event --dev`
52+
```sh
53+
yarn add user-event --dev
54+
```
4455

4556
Now simply import it in your tests:
4657

4758
```js
4859
import userEvent from "user-event";
60+
4961
// or
62+
5063
var userEvent = require("user-event");
5164
```
5265

@@ -124,14 +137,14 @@ different behavior for fast or slow users.
124137
## Contributors
125138

126139
Thanks goes to these wonderful people
127-
([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
140+
([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
128141

129142
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
130143
<!-- prettier-ignore -->
131-
<table><tr><td align="center"><a href="https://twitter.com/Gpx"><img src="https://avatars0.githubusercontent.com/u/767959?v=4" width="100px;" alt="Giorgio Polvara"/><br /><sub><b>Giorgio Polvara</b></sub></a><br /><a href="https://github.com/Gpx/user-event/issues?q=author%3AGpx" title="Bug reports">🐛</a> <a href="https://github.com/Gpx/user-event/commits?author=Gpx" title="Code">💻</a> <a href="https://github.com/Gpx/user-event/commits?author=Gpx" title="Documentation">📖</a> <a href="#ideas-Gpx" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-Gpx" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#review-Gpx" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/Gpx/user-event/commits?author=Gpx" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/weyert"><img src="https://avatars3.githubusercontent.com/u/7049?v=4" width="100px;" alt="Weyert de Boer"/><br /><sub><b>Weyert de Boer</b></sub></a><br /><a href="https://github.com/Gpx/user-event/commits?author=weyert" title="Code">💻</a> <a href="https://github.com/Gpx/user-event/commits?author=weyert" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/twhitbeck"><img src="https://avatars2.githubusercontent.com/u/762471?v=4" width="100px;" alt="Tim Whitbeck"/><br /><sub><b>Tim Whitbeck</b></sub></a><br /><a href="https://github.com/Gpx/user-event/issues?q=author%3Atwhitbeck" title="Bug reports">🐛</a> <a href="https://github.com/Gpx/user-event/commits?author=twhitbeck" title="Code">💻</a></td></tr></table>
144+
<table><tr><td align="center"><a href="https://twitter.com/Gpx"><img src="https://avatars0.githubusercontent.com/u/767959?v=4" width="100px;" alt="Giorgio Polvara"/><br /><sub><b>Giorgio Polvara</b></sub></a><br /><a href="https://github.com/testing-library/user-event/issues?q=author%3AGpx" title="Bug reports">🐛</a> <a href="https://github.com/testing-library/user-event/commits?author=Gpx" title="Code">💻</a> <a href="https://github.com/testing-library/user-event/commits?author=Gpx" title="Documentation">📖</a> <a href="#ideas-Gpx" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-Gpx" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#review-Gpx" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/testing-library/user-event/commits?author=Gpx" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/weyert"><img src="https://avatars3.githubusercontent.com/u/7049?v=4" width="100px;" alt="Weyert de Boer"/><br /><sub><b>Weyert de Boer</b></sub></a><br /><a href="https://github.com/testing-library/user-event/commits?author=weyert" title="Code">💻</a> <a href="https://github.com/testing-library/user-event/commits?author=weyert" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/twhitbeck"><img src="https://avatars2.githubusercontent.com/u/762471?v=4" width="100px;" alt="Tim Whitbeck"/><br /><sub><b>Tim Whitbeck</b></sub></a><br /><a href="https://github.com/testing-library/user-event/issues?q=author%3Atwhitbeck" title="Bug reports">🐛</a> <a href="https://github.com/testing-library/user-event/commits?author=twhitbeck" title="Code">💻</a></td><td align="center"><a href="https://michaeldeboey.be"><img src="https://avatars3.githubusercontent.com/u/6643991?v=4" width="100px;" alt="Michaël De Boey"/><br /><sub><b>Michaël De Boey</b></sub></a><br /><a href="https://github.com/testing-library/user-event/commits?author=MichaelDeBoey" title="Documentation">📖</a></td></tr></table>
132145

133146
<!-- ALL-CONTRIBUTORS-LIST:END -->
134147

135148
This project follows the
136-
[all-contributors](https://github.com/kentcdodds/all-contributors)
149+
[all-contributors](https://github.com/all-contributors/all-contributors)
137150
specification. Contributions of any kind welcome!

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/Gpx/user-event.git"
25+
"url": "https://github.com/testing-library/user-event.git"
2626
},
2727
"author": "Giorgio Polvara <[email protected]>",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/Gpx/user-event/issues"
30+
"url": "https://github.com/testing-library/user-event/issues"
3131
},
32-
"homepage": "https://github.com/Gpx/user-event#readme",
32+
"homepage": "https://github.com/testing-library/user-event#readme",
3333
"devDependencies": {
3434
"@babel/cli": "7.4.4",
3535
"@babel/core": "7.4.4",

0 commit comments

Comments
 (0)