mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
const _ = jest.requireActual('lodash')
|
|
|
|
_.debounce = require('./debounce')
|
|
_.throttle = require('./throttle')
|
|
|
|
module.exports = _
|