Joshua Kleckner

Results 12 comments of Joshua Kleckner

Experiencing this same issue, which I don't think has anything to do with nvm specifically. In my case I'm pretty sure it's because I have a 32bit system (Ubuntu 18.04.5...

I was also a bit confused as even though editing main.js does restart the app, it also exits the original process so you're left without terminal. I tried to patch...

This would be helpful.

You could use the DIVISION page instead

I'm happy to help. There are few things I think this project could use that will help with collaboration: + editorconfig + eslint + prettier (perhaps) + tests!!! + CI...

This is because `skipSingleStar:true` is not being passed to `options.dox` ([source](https://github.com/cbou/markdox/blob/master/lib/markdox.js#L144-L146)). Fortunately you can add the option using markdox programmatically: ``` js const markdox = require('markdox') const options = {...

The idea above does not work for me. Also, setting `global.IS_REACT_ACT_ENVIRONMENT = false` results in `Warning: The current testing environment is not configured to support act(...)`, however my tests are...

I was about to submit what I _think_ is the same issue. `await userEvent.click` causes any test that is ran after calling `jest.useFakeTimers` to fail in v14.4.3. Took me a...

> @Lokua You need to set [the `advanceTimers` option](https://testing-library.com/docs/user-event/options#advancetimers) if you're working with fake timers. > > We recommend using a setup function: > > ```js > function setup(jsx) {...

With all due respect and in defense of how it currently works, all other sequencers got this wrong, and I've been saying that for a loooong time. The argument that...