Skip to content

Commit 0d68bcf

Browse files
mchamwmcode
authored andcommitted
feat: bump cypress v to 8
1 parent b251a9b commit 0d68bcf

File tree

3 files changed

+290
-262
lines changed

3 files changed

+290
-262
lines changed

assets/README.bk.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> 👀 watch [RFC 75](https://github.com/component-driven/cypress-axe/issues/75)
44
>
55
> TODO: update example
6-
>
6+
77
# cypress-axe
88

99
[![npm](https://img.shields.io/npm/v/cypress-axe.svg)](https://www.npmjs.com/package/cypress-axe) [![Node.js CI status](https://github.com/component-driven/cypress-axe/workflows/Node.js%20CI/badge.svg)](https://github.com/component-driven/cypress-axe/actions)
@@ -162,10 +162,8 @@ it('Has no a11y violations after button click', () => {
162162

163163
it('Only logs a11y violations while allowing the test to pass', () => {
164164
// Do not fail the test when there are accessibility failures
165-
cy.checkA11y(null, null, null, {skipFailures: true});
165+
cy.checkA11y(null, null, null, { skipFailures: true })
166166
})
167-
168-
169167
```
170168

171169
#### Using the violationCallback argument

0 commit comments

Comments
 (0)