summaryrefslogtreecommitdiff
path: root/spec/frontend/__mocks__/lodash/throttle.js
blob: e8a82654c78a70eb41ff1ec9091eeccaa8c39aca (plain)
1
2
3
4
// Similar to `lodash/debounce`, `lodash/throttle` also causes flaky specs.
// See `./debounce.js` for more details.

export default (fn) => fn;