Rohit Gohri

Results 125 comments of Rohit Gohri

Maybe I can add my use case. Some context: Our Product Manager (PM) only has access to Jira and we use [changesets](https://github.com/atlassian/changesets) to manage our releases on Github. When we...

If anyone comes here looking for this We have created a fork and added this feature at https://github.com/smartprix/snap-shot-it It creates `__snapshots__` dir relative to test files. Read [how to enable...

Another slightly different usecase for this would be splitting current snapshot files into multiple ones. I have a a single test runner file that imports test configs from different files...

@bahmutov #435 was opened by my colleague @sethiyark for this. What is your opinion on this and the possible solution?

I'm having the same problem, tried with `sourceMaps: true`, `inlineSourceMaps: true` for tsconfig, tried adding `-r source-map-support/register` to both nyc or node process. None of the combinations seem to work....

This isn't completely fleshed out, I will try to create a reproduction repo.

So I figured it out, mostly used the code from the [craco plugin](https://github.com/gaoxiaoliangz/react-scoped-css/blob/3888dd04c1/packages/craco-plugin-scoped-css/index.js). Just used customize-cra helpers instead. Maybe this can be moved into a small helper package too? ```js...

> After the above operation: > Cannot read property 'rules' of undefined @565784135 Can you tell more about your environment? What version of 'react-scripts', 'react-app-rewired', 'customize-cra'? Have you setup customize-cra...

@565784135 > ``` > devServer: overrideDevServer( > addScopedCSS, > devServerConfig > ) > ``` > You need to remove this from the "devServer" override. This is only for the webpack...

The bundled types broke the definitely typed package for newman, https://github.com/DefinitelyTyped/DefinitelyTyped/issues/48543