summaryrefslogtreecommitdiff
path: root/spec/frontend/__mocks__/lodash/throttle.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/__mocks__/lodash/throttle.js')
-rw-r--r--spec/frontend/__mocks__/lodash/throttle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/__mocks__/lodash/throttle.js b/spec/frontend/__mocks__/lodash/throttle.js
index e8a82654c78..b1014662918 100644
--- a/spec/frontend/__mocks__/lodash/throttle.js
+++ b/spec/frontend/__mocks__/lodash/throttle.js
@@ -1,4 +1,4 @@
// Similar to `lodash/debounce`, `lodash/throttle` also causes flaky specs.
// See `./debounce.js` for more details.
-export default (fn) => fn;
+export { default } from './debounce';