gitlab-org--gitlab-foss/spec/frontend/__mocks__/lodash/throttle.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
145 B
JavaScript
Raw Normal View History

// Similar to `lodash/debounce`, `lodash/throttle` also causes flaky specs.
// See `./debounce.js` for more details.
export default (fn) => fn;