debian-mirror-gitlab/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
156 B
JavaScript
Raw Normal View History

2020-06-23 00:09:42 +05:30
// Similar to `lodash/debounce`, `lodash/throttle` also causes flaky specs.
// See `./debounce.js` for more details.
2023-05-27 22:25:52 +05:30
export { default } from './debounce';