Improve test coverage

pull/2096/head
qingwei.li 2016-12-30 11:24:55 +08:00
parent 923d9b6622
commit 79691d61e2
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { on, off } from 'element-ui/src/utils/dom';
import { renderThumbStyle, BAR_MAP } from './util';
/* istanbul ignore next */
export default {
name: 'Bar',

View File

@ -5,6 +5,7 @@ import scrollbarWidth from 'element-ui/src/utils/scrollbar-width';
import * as util from './util';
import Bar from './bar';
/* istanbul ignore next */
export default {
name: 'ElScrollbar',