-
Hi,
first of all, we this crate extensively, it makes testing and mocking easy and accessible. Thanks for that!
We now hit one limitation though: `const generics` are not yet supported as the macr…
-
### Expected Behavior
Mocking `external` methods and variables works
### Current Behavior
Trying to mock `external` method or variable causes `UnsatisifiedLinkError` being thrown.
### Fai…
-
We have a hard time mocking this library, any help would be appreciated.
-
MSW is an API mocking library similar to Wiremock but for Javascript. We're using it in our Storybook setup and the team suspects there might be productivity improvements to spreading this more genera…
-
### What is the problem this feature would solve?
In the current Bun test package, it is possible to mock a whole modules using the function `mock.module` (I don't think this feature is documented.…
-
To repro:
1. install rewiremock
2. put this is any js file or test:
```
const rewiremock = require('rewiremock/node');
rewiremock.overrideEntryPoint(module);
```
Throws error:
Type…
-
At the moment in https://github.com/kkrt-labs/kakarot-rpc/pull/1390 we are currently only able to insert one transaction at a time into the mempool for mocking (due to limitations pointed out in https…
-
I know this was almost the title of #25, but many of them relied on LHAPDF, so they have been moved as benchmarks (not a great name at this point, they are simply not unit tests).
But what is left …
-
From a [comment](https://www.figma.com/community/plugin/908371597321736295/Mock):
> The plugin only pastes in a random order as far as I can tell. This doesn't work well for mocking table data wher…
-
Currently, tests are broken.
Starting from neomodel objects up to fastapi REST calls.
Proposal, create a neo4j simple emulator mocking the data stored in db easing the usage of the function mocking…