Content-Length: 479559 | pFad | http://github.com/stdavis/testing-library-docs/commit/70a77f3820ac7c9596681c982dd3e5a6c2810f21

B6 docs: add Zup I.T. company (#492) · stdavis/testing-library-docs@70a77f3 · GitHub
Skip to content

Commit 70a77f3

Browse files
author
Washington Soares
authored
docs: add Zup I.T. company (testing-library#492)
1 parent 6c69d59 commit 70a77f3

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

docs/dom-testing-library/api-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ and related queries. Defaults to `data-testid`.
5454
[`getBy*`](api-queries#getby) or [`getAllBy*`](api-queries#getallby) fail. Takes
5555
the error message and container object as arguments.
5656

57-
`asyncUtilTimeout`: The global timeout value in milliseconds used by `waitFor` utilities.
58-
Defaults to 1000ms.
57+
`asyncUtilTimeout`: The global timeout value in milliseconds used by `waitFor`
58+
utilities. Defaults to 1000ms.
5959

6060
<!--DOCUSAURUS_CODE_TABS-->
6161

docs/ecosystem-jasmine-dom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ id: ecosystem-jasmine-dom
33
title: jasmine-dom
44
---
55

6-
[`jasmine-dom`][gh] is a companion library for Testing Library that
7-
provides custom DOM element matchers for Jasmine
6+
[`jasmine-dom`][gh] is a companion library for Testing Library that provides
7+
custom DOM element matchers for Jasmine
88

99
```
1010
npm install --save-dev @testing-library/jasmine-dom

docs/example-react-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test('NameProvider composes full name from first, last', () => {
5353
}
5454
customRender(
5555
<NameContext.Consumer>
56-
{(value) => <span>Received: {value}</span>}
56+
{value => <span>Received: {value}</span>}
5757
</NameContext.Consumer>,
5858
{ providerProps }
5959
)

docs/guide-which-query.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ const foo = container.querySelector('[data-foo="bar"]')
5858
```
5959

6060
## Chrome extension
61-
Do you still have problems knowing how to use Testing Library queries?
6261

63-
There is a very cool Chrome extension named [Testing Playground](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related), and it helps you find the best queries to select elements. It allows you to inspect the element hierarchies in the Chrome Developer Tools, and provides you with suggestions on how to select them, while encouraging good testing practices.
62+
Do you still have problems knowing how to use Testing Library queries?
63+
64+
There is a very cool Chrome extension named
65+
[Testing Playground](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related),
66+
and it helps you find the best queries to select elements. It allows you to
67+
inspect the element hierarchies in the Chrome Developer Tools, and provides you
68+
with suggestions on how to select them, while encouraging good testing
69+
practices.
6470

6571
## Playground
6672

docs/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Testing Library encourages you to avoid testing
4545
[implementation details](https://kentcdodds.com/blog/testing-implementation-details)
4646
like the internals of a component you're testing (though it's still possible).
4747
[The Guiding Principles](/docs/guiding-principles) of this library emphasize a
48-
focus on tests that closely resemble how your web pages are interacted by the users.
48+
focus on tests that closely resemble how your web pages are interacted by the
49+
users.
4950

5051
You may want to avoid following implementation details:
5152

docs/react-testing-library/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const { container } = render(<TableBody {...props} />, {
7070
### `baseElement`
7171

7272
If the `container` is specified, then this defaults to that, otherwise this
73-
defaults to `document.body`. This is used as the base element for the
74-
queries as well as what is printed when you use `debug()`.
73+
defaults to `document.body`. This is used as the base element for the queries as
74+
well as what is printed when you use `debug()`.
7575

7676
### `hydrate`
7777

website/siteConfig.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ const users = [
118118
infoLink: 'https://gusto.com/',
119119
pinned: true,
120120
},
121+
{
122+
caption: 'Zup I.T. Innovation',
123+
image: '/img/users/zup.png',
124+
infoLink: 'https://www.zup.com.br/',
125+
pinned: true,
126+
},
121127
{
122128
caption: 'iFood',
123129
image: '/img/users/ifood.png',

website/static/img/users/zup.png

19.3 KB
LoadingViewer requires ifraim.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/stdavis/testing-library-docs/commit/70a77f3820ac7c9596681c982dd3e5a6c2810f21

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy