mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
chore(deps): update dependency nwsapi to v2.2.21 (#54488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
7cea3bb0b4
commit
c95a08e612
2 changed files with 5 additions and 5 deletions
|
@ -329,8 +329,8 @@ describe('Radio Group', () => {
|
|||
</Form>
|
||||
);
|
||||
|
||||
render(<RadioForm />);
|
||||
const radioInputs = screen.getAllByRole('radio');
|
||||
const { container } = render(<RadioForm />);
|
||||
const radioInputs = container.querySelectorAll('input');
|
||||
|
||||
radioInputs.forEach((input) => {
|
||||
expect(input).toHaveAttribute('name', '0');
|
||||
|
|
|
@ -356,13 +356,13 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"nwsapi": "2.2.20"
|
||||
"nwsapi": "2.2.21"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"nwsapi": "2.2.20"
|
||||
"nwsapi": "2.2.21"
|
||||
},
|
||||
"resolutions": {
|
||||
"nwsapi": "2.2.20"
|
||||
"nwsapi": "2.2.21"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue