Skip to content

Commit afa1082

Browse files
committed
test: remove unecessary id in test case
1 parent 1b7ddd7 commit afa1082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/features/directives/on.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ describe('Directive v-on', () => {
661661
el,
662662
template: `
663663
<foo-button
664-
id="foo"
665664
@click="click"
666665
@mousedown="mousedown"
667666
@mouseup.native="mouseup">

0 commit comments

Comments
 (0)