This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-11-28 13:09:40 +08:00
Code
Issues
Actions
50
Packages
Projects
Releases
Wiki
Activity
546bda457f
ant-design
/
typings
/
jest.d.ts
6 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: Introduce customer jest match to support matchRenderedSnapshot (#22947) * Introduce customer jest match to support matchRenderedSnapshot * lint:tsc stop emiting
2020-04-06 12:05:38 +08:00
declare
namespace
jest
{
interface
Matchers
<
R
>
{
test: add test helper for accessibility As proposed in #22343, the components can be automatically validated for accessibility. This adds a test helper that runs Axe to check for accessibility violations.
2021-12-02 20:25:31 +08:00
toHaveNoViolations
(
)
:
R
;
chore: Introduce customer jest match to support matchRenderedSnapshot (#22947) * Introduce customer jest match to support matchRenderedSnapshot * lint:tsc stop emiting
2020-04-06 12:05:38 +08:00
}
}
Reference in New Issue
Copy Permalink