Ritchie

Results 14 issues of Ritchie

Hi Kent, I'm currently working in a large team and wanted to document where and when we do integration and unit tests and why we do it. The documentation will...

So I just completed Kent C Dodd’s Testing Javascript and as a whole it is fantastic and gave me a new way of looking at things. So I am currently...

Hi Kent I’m currently on a project that is using typescript. It was built with modularisation in mind so the components within it can be shared by the wider team....

Given I have the following **typescript configuration**. ``` "compilerOptions": { "baseUrl": ".", "paths": { "@/images*": ["./src/images/*"] }, ... }, ``` And **jest configuration**: ``` { rootDir: "src/", moduleDirectories: ["node_modules", "src"],...

question

Great work on the plugin. Just wondering if webpack would be supported in the near future?

enhancement

The rendered markup for sorting the columns are placed in a section element with a `thead`. I've run the rendered markup through https://validator.w3.org/ and the structure is deemed invalid. Is...

Svelte apollo does not seem to correctly handle the error policies. See [here](https://www.apollographql.com/docs/react/data/error-handling/#graphql-error-policies) Looking at the code: https://github.com/timhall/svelte-apollo/blob/master/packages/svelte-apollo/src/observable.ts#L58-L63 Below is pseudo code proposing checks for the different policies: ```ts if...

I'm writing unit tests to validate correct pages are appearing on navigation change. I am using [Svelte Testing Library](https://github.com/testing-library/svelte-testing-library). I can not provide the actual code due to privacy reasons...

Thank you for the great library!! Just wondering if there were any plans to expose the element's `x`, `y`, `top`, `left`, etc. coordinates since you are already accessing dimensions from...

Heya, I'm always on the internet learning new things or trying to keep up with the cool kids. Seems like its a never ending task. How do you keep up...