Erez Rokah
Erez Rokah
@kentcdodds I think this is still not resolved. See discussion here: https://spectrum.chat/react-testing-library/help/testing-components-using-hooks-and-timeout~fee5f3a3-e7cb-473d-8f08-a145aa4ab326 And my test here: https://github.com/erezrokah/serverless-monitoring-app/blob/ee69fd9dbd54639e6f7809d696075c5187ab0ca1/frontend/src/components/DataTable.test.tsx#L79 If I comment out the lines that enable jest fake timers the test...
Hey @kentcdodds I found a workaround. After debugging my test I noticed `waitForElement` uses `setTimeout` internally, which of course doesn't work when using jest fake timers: https://github.com/kentcdodds/dom-testing-library/blob/4c17512e77f16b3aa1c87c946bfc6c5320c29193/src/wait-for-element.js#L21 The solution is...
Hi @serverlesspolska, thanks for opening the issue. This is related to Jest trying to transform packages under `node_modules` and failing since `2.1.4` uses an es6 module. You can configure Jest...
:robot: Release is at https://github.com/erezrokah/aws-testing-library/releases/tag/v2.1.5 :sunflower:
Hi @samueladesoga, sorry for the very long time to reply. Can you provide a repository reproducing this issue? Ideally it will have a way to deploy a minimal reproduction to...
This could be useful for https://github.com/avajs/ava/issues/2965 too, as my use case is to measure test files duration (not individual tests), so I can load balance the files across multiple machines....
Thanks @cbix, we are currently limited by the available scopes for OAuth apps provided by GitHub: https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes It would be amazing to limit the access to a specific repo, but...
Great follow up @cbix, very good to know GitHub is moving on this. I think there is a bigger pain here for any programmatic usage of GitHub's API since personal...
> I can't grant Netlify access to every organization I'm a part of. Hi @austinschrader, to clarify Netlify doesn't require access to every organization. **Netlify CMS** (which acts as a...
> @erezrokah I saw few web apps asking for individual repo access (request access for repo on project basis). Hi @prakis, can you share those?