Fix unit test error.
This commit is contained in:
parent
e31592e885
commit
ebbe6d28de
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ describe("radio.vue", () => {
|
|||
type: "radio",
|
||||
value: "2023",
|
||||
name: "TestGroup",
|
||||
"aria-required": "true",
|
||||
"aria-required": "false",
|
||||
});
|
||||
|
||||
expect(label.attributes()).toEqual({
|
||||
|
|
|
|||
Loading…
Reference in a new issue