We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14b1922 + 9dedff4 commit 1871c4aCopy full SHA for 1871c4a
components.d.ts
@@ -6,7 +6,7 @@
6
*
7
* This is a generated file. Do not edit it's contents.
8
9
- * This file was generated on 2022-07-10T15:02:42.611Z
+ * This file was generated on 2022-07-10T15:52:25.222Z
10
*/
11
12
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
packages/test-utils/src/render.ts
@@ -127,6 +127,7 @@ export const testA11y = async (
127
if ("container" in ui) {
128
template = ui.container
129
}
130
+ /** @ts-ignore */
131
const results = await axe(template, axeOptions)
132
133
expect(results).toHaveNoViolations()
0 commit comments