Skip to content

Potential bug in event handling #650

Closed
@VPenkov

Description

@VPenkov

Version

1.0.0-beta.16

Reproduction link

https://codesandbox.io/s/v6o7yjpmq0

Steps to reproduce

  1. Run test.spec.js
  2. See the results

What is expected?

  • The test to pass when the template is defined with @click="testMethod()"
  • The test to pass when the template is defined with @click="testMethod"

What is actually happening?

  • The passes when the template is defined with @click="testMethod()"
  • The fails when the template is defined with @click="testMethod"

Not sure if the issue is in vue-test-utils, this started happening after updating a bunch of packages recently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions