Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

test: "toggle emit checkbox value" throws error #23

@mittalyashu

Description

@mittalyashu

Running this test throws error TypeError: Cannot read property '0' of undefined.

      20 |
      21 | 		const value = wrapper.emitted("input");
    > 22 | 		expect(value[0]).toBe(true);
         | 		            ^
      23 | 	});
      24 | });
      25 |

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions