Skip to content

Commit

Permalink
fix(amount): istanbul ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Jan 4, 2019
1 parent f4b0e0d commit 68d3ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/amount/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export default {
this.formatValue = fromValue + (toValue - fromValue) * percent
}
const verify = id => id
/* istanbul ignore next */
const verify = id => id
Animate.start(step, verify, noop, this.duration)
},
},
Expand Down

0 comments on commit 68d3ca2

Please sign in to comment.