Jack Kavanagh

Results 60 comments of Jack Kavanagh

Cmd+D is mapped to Duplicate Request but also "Delete line under the cursor" so if your cursor is still in the url bar its deletes the line when you duplicate....

@filfreire I think it may be best to restrict the scope here to test just the final build output before it goes to npm in order to keep the complexity...

Closing for now, we are considering a new approach to dependency management. Thanks for you contribution.

cleaning up stale PRs

@jenniferabowd upgrading these 3 libraries will help your downstream dependants to avoid having to include these overrides in their package.json, I opened a PR over here #8244 ``` "overrides": {...

Adding this to jest.config.js worked for me. ``` globals: { 'ts-jest': { isolatedModules: true } } ```