Skip to content

Conversation

DylanVann
Copy link
Contributor

@DylanVann DylanVann commented Jul 12, 2019

This is a fix for this issue - #315.

Checklist:

  • Documentation added to the
    docs site N/A
  • Typescript definitions updated N/A
  • Tests N/A? I'm not sure how to test this. I assume it's not caught in @testing-library/cypress because it's tested against an older version.
  • Ready to be merged

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine. Thanks a bunch!

@kentcdodds kentcdodds merged commit f5b84e3 into testing-library:master Jul 12, 2019
@kentcdodds
Copy link
Member

@all-contributors please add @DylanVann for code

@allcontributors
Copy link
Contributor

@kentcdodds

I've put up a pull request to add @DylanVann! 🎉

setImmediate = setImmediatePolyfill,
} = globalObj
const clearTimeoutFn = globalObj.clearTimeout
const setImmediateFn = globalObj.setImmediate || setImmediatePolyfill
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// istanbul ignore next probably should have gone above this one

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, I should've waited for the build to finish. Could you make that change please?

@kentcdodds
Copy link
Member

🎉 This PR is included in version 5.5.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants