-
-
Hello , Im writing a jest test for my application writting in typescript
Any time a mocked the Model class this way ,
jest.mock("@apps/apim/entities/server.entity");
jest.mock("@apps/apim/ent…
-
I'd like to run integration tests against this mock in our CI pipeline.
However github only supports images for services, not whole repositories that still need building.
See https://docs.github.c…
-
Scenario:
The app uses an implementation of a specific service that connects to a server. The developer wants to create a mock implementation for that service for purpose of service.
-
**Title changed from:**
Testing: Test _Lovell_ health services main pages have the correct offered services in the menu subsection
**Why?**
There is no special processing to accommodate anything s…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When a plugin that is not valid in running kong gateway's is referenced, it does not impact c…
-
My Module:
```js
// ./App/Services/MyBridge
import { NativeModules } from 'react-native'
export const MyBridge = NativeModules.MyBridge
export default MyBridge
```
My Mock:
```js
// ./testS…
-
### What happened?
Customer reports that they are unable to get a successful unit test against their EKS component resource code. All other component resource tests work as expected. Code is in ty…
-
I am currently working on an app using Angular 8 with the okta-auth-js library version 4.5.
Previously, in the 3.x and earlier, I was easily able to mock the okta library, however, with this one I …
-
```
Spock should offer an API that allows
* Creating a mock outside a Specification instance (for example a bean instance
managed by some container such as Spring, etc.)
* Associate such a mock with …