Ari Perkkiö
Ari Perkkiö
### Current behavior In `after:run` task, Cypress 10 is using the location of configuration file as current working directory. In Cypress 9 it is the root of project, or where...
Edit: [Skip comments about debugging and jump to the root cause](https://github.com/testing-library/react-testing-library/issues/865#issuecomment-792248495). > - If your issue is regarding one of the query APIs (`getByText`, > `getByLabelText`, etc), then please file...
Thanks for providing such an amazing service. I've been very happy using it but there are some issues I'm constantly running into. The API for querying repositories dependent of specific...
I'm trying to follow the example from [Lucy's website](https://lucylang.org/docs/language/#invoke) for using an "use reference" in invoke statement. I'm quite new to state machines in general so my terminology and expectations...
Closes #1252 Documentation of the istanbul packages is not perfect. I had to do some analyzing of `jest` and `nyc` to get things working. - https://github.com/facebook/jest/blob/main/packages/jest-reporters/src/CoverageReporter.ts - https://github.com/istanbuljs/nyc/tree/master/lib Creates common...
The `embedSource` argument was removed before `v1` release of `istanbul-lib-instrument`. https://github.com/istanbuljs/istanbuljs/blob/istanbul-lib-instrument%401.10.0/packages/istanbul-lib-instrument/v0-changes.md#api-changes > - `embedSource` no longer available. The original source is never packed in with the coverage object. This was...
I'm seeing some logging related to `TSPrivateIdentifier` while testing `eslint-plugin-jsx-a11y`. https://github.com/AriPerkkio/eslint-remote-tester/actions/workflows/lint-eslint-plugin-jsx-a11y.yml ``` 2021-09-09T05:45:12.5777054Z The prop value with an expression type of TSPrivateIdentifier could not be resolved. Please file issue to...
### Describe the problem When transpiled Svelte code is instrumented with `istanbul`, there are a lot of unrelated statements and branches in the coverage report. The source maps received from...
Adds missing documentation of #1883. Default value comes from https://github.com/istanbuljs/test-exclude#optionsinclude.
Check whether anything special is required for ESLint's flat config support. It might already work out of the box. At minimal, add test cases. - https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new - https://eslint.org/blog/2022/08/new-config-system-part-3/#using-flat-config-with-the-eslint-class