mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
67ccf39bd3
* chore: bump notification version * test: notification test case * test: more test case * test: part message test * test: rest message test * test: notification config test
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
import { toHaveNoViolations } from 'jest-axe';
|
|
import '@testing-library/jest-dom';
|
|
|
|
expect.extend(toHaveNoViolations);
|