Ovidiu Cherecheș
Ovidiu Cherecheș
What does `js_infra/webpack/webpack.config.js` look like?
I'm not interested in the full config, but the `configuration has an unknown property '1'` error suggests that `js_infra/webpack/webpack.config.js` isn't a standard webpack config module. Does it export a config...
@janl Thanks for the quick response! > We currently support only the variant (IIRC), where the workspace config lives in package.json, but not in lerna.json. The workspace config _does_ live...
This how happens in regular PRs as well. Example: https://github.com/react-cosmos/react-cosmos/pull/862/files `[email protected]` to `[email protected]` and `+161 −2,437` yarn.lock diff.
This should be a quick win https://github.com/furf/jquery-ui-touch-punch
Hi there. It shouldn't be _too_ hard, but no official plans. Vertical top-to-bottom is something we're thinking more about, since it's a very common use-case, maybe more common than our...
Hi @boxed, the keyboard nav is pretty cool :) Wondering what other use cases are there for this, or what would be an abstract behavior. You'd have to map some...
Hi @nilesh-jadhav, Sorry for neglecting this issue. In the meantime I revamped [react-testing-examples](https://react-testing-examples.com/). Could you give an example of what you mean? Note that in the current tests a bunch...
Sounds like a good idea!
Good question @harkinj, Not sure what the right answer is. On one hand `waitForElement` is more future proof if you use this test as a template for more complicated tests...