Skip to content

Commit ed7350d

Browse files
MichaelDeBoeyalexkrolick
authored andcommitted
Move to testing-library org (#11)
1 parent 73666d1 commit ed7350d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# pptr-testing-library
22

33
[![NPM Package](https://badge.fury.io/js/pptr-testing-library.svg)](https://www.npmjs.com/package/pptr-testing-library)
4-
[![Build Status](https://travis-ci.org/patrickhulce/pptr-testing-library.svg?branch=master)](https://travis-ci.org/patrickhulce/pptr-testing-library)
5-
[![Coverage Status](https://coveralls.io/repos/github/patrickhulce/pptr-testing-library/badge.svg?branch=master)](https://coveralls.io/github/patrickhulce/pptr-testing-library?branch=master)
6-
[![Dependencies](https://david-dm.org/patrickhulce/pptr-testing-library.svg)](https://david-dm.org/patrickhulce/pptr-testing-library)
4+
[![Build Status](https://travis-ci.org/testing-library/pptr-testing-library.svg?branch=master)](https://travis-ci.org/testing-library/pptr-testing-library)
5+
[![Coverage Status](https://coveralls.io/repos/github/testing-library/pptr-testing-library/badge.svg?branch=master)](https://coveralls.io/github/testing-library/pptr-testing-library?branch=master)
6+
[![Dependencies](https://david-dm.org/testing-library/pptr-testing-library.svg)](https://david-dm.org/testing-library/pptr-testing-library)
77

8-
[puppeteer](https://github.com/GoogleChrome/puppeteer) + [dom-testing-library](https://github.com/kentcdodds/dom-testing-library) = 💖
8+
[puppeteer](https://github.com/GoogleChrome/puppeteer) + [dom-testing-library](https://github.com/testing-library/dom-testing-library) = 💖
99

1010
All your favorite user-centric querying functions from react-testing-library/dom-testing-library available from Puppeteer!
1111

@@ -62,7 +62,7 @@ Unique methods, not part of `dom-testing-library`
6262

6363
---
6464

65-
[dom-testing-libary API](https://github.com/kentcdodds/dom-testing-library#usage). All `get*`/`query*` methods are supported.
65+
[dom-testing-libary API](https://github.com/testing-library/dom-testing-library#usage). All `get*`/`query*` methods are supported.
6666

6767
- `getQueriesForElement(handle: ElementHandle): ElementHandle & QueryUtils` - extend the input object with the query API and return it
6868
- `wait(conditionFn: () => {}): Promise<{}>` - wait for the condition to not throw
@@ -95,13 +95,13 @@ Unique methods, not part of `dom-testing-library`
9595

9696
## Known Limitations
9797

98-
- `waitForElement` method is not exposed. Puppeteer has its own set of wait utilities that somewhat conflict with the style used in `dom-testing-library`. See [#3](https://github.com/patrickhulce/pptr-testing-library/issues/3).
98+
- `waitForElement` method is not exposed. Puppeteer has its own set of wait utilities that somewhat conflict with the style used in `dom-testing-library`. See [#3](https://github.com/testing-library/pptr-testing-library/issues/3).
9999
- `fireEvent` method is not exposed, use puppeteer's built-ins instead.
100100
- `expect` assertion extensions are not available.
101101

102102
## Special Thanks
103103

104-
[dom-testing-library](https://github.com/kentcdodds/dom-testing-library) of course!
104+
[dom-testing-library](https://github.com/testing-library/dom-testing-library) of course!
105105

106106
## Related Puppeteer Test Utilities
107107

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/patrickhulce/pptr-testing-library.git"
20+
"url": "https://github.com/testing-library/pptr-testing-library.git"
2121
},
2222
"author": "Patrick Hulce <patrick.hulce@gmail.com>",
2323
"license": "MIT",
24-
"homepage": "https://github.com/patrickhulce/pptr-testing-library#readme",
24+
"homepage": "https://github.com/testing-library/pptr-testing-library#readme",
2525
"bugs": {
26-
"url": "https://github.com/patrickhulce/pptr-testing-library/issues"
26+
"url": "https://github.com/testing-library/pptr-testing-library/issues"
2727
},
2828
"keywords": [
2929
"puppeteer",

0 commit comments

Comments
 (0)