-
https://github.com/RedHatQE/python-utility-scripts/pull/62 would be removing tests for jira, as they are very limited and are not testing it actually. Need to add full tests using mocking.
-
I've thought about some features for JSONMaestro a little bit
- JSON Serialization/Deserialization
- Able to use JSON5
- Compliant with ECMA262
- Able to parse partial and or faulty strings
- …
-
Curious if it makes sense to try and reuse some of these mocks.
I know it may be required for the `__mocks__` to be at the same level as the project's `jest` configuration, but we could trick `jest…
-
The ability to create simple shapes such as rectangles, regular polygons, points, line segments, donuts, etc, would be useful when "developing" test data. Often times we know we need to generate polyg…
-
### Describe the bug
As seen in [this example](https://github.com/ianlet/qwik-testing-library/blob/main/apps/qwik-basic-demo/src/components/qwik-component.spec.tsx#L223), eslint is not happy becaus…
-
**Is your feature request related to a problem? Please describe.**
The project has several central internal types, `Sphinx`, `BuildEnvironment`, `Domain` (& subclasses), and `Project`.
Of these,…
-
This is a discovery task to replace the platform utility for mocking API requests with [msw](https://www.npmjs.com/package/msw) to offload that maintenance from the platform team and standardize the w…
-
Hey there! Thanks for all your hard work mocking this all out.
In my app I'm using `buildStyleInterpolator` which is provided by React Native and made available via `import buildStyleInterpolator f…
-
Dear Contributors,
I hope this message finds you well. I am writing to propose an enhancement to the `astro-component-tester` utility, which I have found to be an invaluable tool in the development…
-
The docs state
> The list goes on with possible problems. Enter @golevelup/ts-jest's createMock utility function. This function will create a mock object for you with all sub properties mocked as j…