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: 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;