Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Similar to `lodash/debounce`, `lodash/throttle` also causes flaky specs.
// See `./debounce.js` for more details.
export default (fn) => fn;