Mohan Raj Rajamanickam
Mohan Raj Rajamanickam
> Pretty much any code you write for production will need to take a parameter to configure the URL/endpoint to call. It's a pretty trivial matter to modify this. In...
* Does the sonargo plugin have a way of customizing and disabling checks as necessary with a config file? We currently use a config file in our repos which controls...
Looking at [jest/packages/jest-each at master · facebook/jest](https://github.com/facebook/jest/tree/master/packages/jest-each) guessing it might be non-trivial. @diervo If you are ok with having this feature I can take a stab at it if you...
@cordeliadillon @spatelak Have captured discussions about more dynamic preset-rule configs in this issue. Please feel free to comment with any more info/context.
@trevor-bliss I have been meaning to look at [atlassian/changesets: 🦋 A way to manage your versioning and changelogs with a focus on monorepos](https://github.com/atlassian/changesets) Looks like it might address the issues...
Created https://github.com/okonet/lint-staged/issues/889
Workaround: - Use `testRunner: 'jest-jasmine2'` in jest config as mentioned in [Jest 27: New Defaults for Jest, 2021 edition](https://jestjs.io/blog/2021/05/25/jest-27) - Will use this workaround for now - but jasmine2 test...
Noticing also that codecov is incorrectly reported as missing in certain areas even with `testRunner: 'jest-jasmine2'`. Don't see any updates to istanbul with v27 or any ref to codecov related...
Also noticing that the missing codecov reports are inconsistent 1. between the jest console reporter and the HTML lcov-report, with the console reporting more missing lines (that are actually covered...
Could it be because https://github.com/salesforce/sa11y/tree/master/packages/jest#caveats > template: [ elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template) are not rendered in DOM and hence cannot be checked directly without rendering. They have to be rendered before they can...