-
- Deno's current documentation, including the "Docs by Example" section, lacks comprehensive coverage of mocking techniques and practical examples. This makes it challenging for developers, especially…
-
Would be nice to make it easier to mock user defaults in tests and previews.
Feedback welcome on how this should look like.
-
I'm currently facing challenges in unit testing my authentication functions that utilize the AWS Amplify library, specifically regarding the AWSCognitoAuthSession class. The issue arises because this …
-
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 …
-
### Reason/Context
This is a part of #447 related to the mocking support only
### Description
Implement the mocking feature of IBM Websphere/MQ protocol based on AsyncAPI binding information
…
-
Hello! After trying out a lot of solutions and libraries, I decided to use this great library for dependency injection in my project.
I wonder how I can replace a dependency with another (mock) one i…
-
### Is your feature request related to a problem? Please describe
Difficult to know which method to use for mocking in tests, how to use Svelte v5
### Describe the solution you'd like
Code guidelin…
feloy updated
6 hours ago
-
### Expected Behaviour
We should use a well maintained library for mocking time in tests.
### Current Behaviour
The project introduced the https://github.com/benbjohnson/clock library for moc…
-
## Bug Report
**Current Behavior**
From (at least) version 9.x up through 12.x, we were able to mock authorizers, based on what the readme currently says:
### Remote authorizers
You ar…
-
As a HSC developer I would like to get rid of test `@Ignore`s, which were added do tue flakiness.
The work should be based on the results of #331 (cf. #350).