Closed
Description
Version
1.0.0-beta.16
Reproduction link
https://codesandbox.io/s/v6o7yjpmq0
Steps to reproduce
- Run test.spec.js
- 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
Labels
No labels