소스 검색

ignore untestable check

Evan You 9 년 전
부모
커밋
2009de3d5d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/platforms/web/runtime/modules/dom-props.js

+ 1 - 0
src/platforms/web/runtime/modules/dom-props.js

@@ -32,6 +32,7 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) {
     // #4521: if a click event triggers update before the change event is
     // dispatched on a checkbox/radio input, the input's checked state will
     // be reset and fail to trigger another update.
+    /* istanbul ignore next */
     if (key === 'checked' && !isDirty(elm, cur)) {
       continue
     }