You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ describe('Menu', () => {
390
390
})
391
391
```
392
392
393
-
The last argument to a common test is always `options`. You can configure the test here. Example, if your component requires certain props to render, you can pass in `requiredProps`:
393
+
The last argument to a common test is always `options`. You can configure the test here. For example, if your component requires certain props to render, you can pass in `requiredProps`:
394
394
395
395
```js
396
396
import*ascommonfrom'test/specs/commonTests'
@@ -419,7 +419,7 @@ This is the only required test. It ensures a consistent baseline for the framew
419
419
420
420
### Visual testing
421
421
422
-
We are using [Percy](https://percy.io/) and Cypress to perform visual testing of our components. To create a new visual
422
+
We are using [Percy](https://percy.io/) and [Cypress](https://www.cypress.io/) to perform visual testing of our components. To create a new visual
423
423
test there should an example in our docs that can be served by Cypress and a corresponding Cypress test, for example:
0 commit comments