Skip to content

Commit 1871c4a

Browse files
committed
Merge branch 'fix/global-styles-syncing' into develop
2 parents 14b1922 + 9dedff4 commit 1871c4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2022-07-10T15:02:42.611Z
9+
* This file was generated on 2022-07-10T15:52:25.222Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

packages/test-utils/src/render.ts

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const testA11y = async (
127127
if ("container" in ui) {
128128
template = ui.container
129129
}
130+
/** @ts-ignore */
130131
const results = await axe(template, axeOptions)
131132

132133
expect(results).toHaveNoViolations()

0 commit comments

Comments
 (0)