mirror of https://github.com/ElemeFE/element
Improve test coverage
parent
923d9b6622
commit
79691d61e2
|
@ -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',
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
||||
|
|
Loading…
Reference in New Issue