Mateusz Derks

Results 20 issues of Mateusz Derks

The default `value` field of the object returned by `createErrorObject` is an empty string. Having two errors of different type or message share the value and comparison by value alone...

Hey, I'm thinking of using the test summary page instead of going through the logs. In case of failure the table doesn't provide information enough data in my case. The...

Another DX improvement idea, what I have in the code now is similar to this: ```ts createBlogListQueryQueryMock_node({ parsedHeadline: createBlogListQueryQueryMock_parsedHeadline({ childMarkdownRemark: createBlogListQueryQueryMock_parsedHeadline_childMarkdownRemark({ html: 'This is pizza', }) }) }) ``` What...

enhancement

@patrickarlt thanks for this example, its your missing piece

Hey @bhaskarmelkani I'm using this plugin on my both blog instances and also I'm developing test utils for hexo here: https://github.com/ertrzyiks/hexo-test-utils So I thought, I could help you cover this...

The `root` property is calculated assuming the folder structure with `node_modules` https://github.com/oclif/config/blob/71fb6d9b98bff6c2ccee6961c8afa8403a8b1366/src/plugin.ts#L109 a project attempting to use [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp) fails to load with > could not find package.json with

Let's say our contract file has 100 interactions. When we create a feature branch adding 1 more interactions we have 2 contracts: A. 100 interactions B. 100 interactions from contract...

As noticed in #47 it's not trivial to integrate this plugin with a theme for people who do not code on daily basis. Let's figure out some simple way to...

## Bug Report **Current behavior** No core-js polyfills in the final bundle. Since https://github.com/babel/babel/pull/10862 the core-js polyfill paths always have `.js` extension. In `shouldReplace` function https://github.com/babel/babel/blob/41085248560b1403b8d0f99f108491e679531c6c/packages/babel-preset-env/src/polyfills/corejs3/entry-plugin.js#L52-L64 the module path is...

good first issue
i: bug
i: regression

Would be great to have hookable interface which allow create more than one event listener.