Welcome to mirror list, hosted at ThFree Co, Russian Federation.

throttle.js « lodash « __mocks__ « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aef391afd0c19adab84a2f2d8e8b80e07e94e1b5 (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;