-
### Describe your suggestion
The second article in the assignments: [mocking child components](https://medium.com/@taylormclean15/jest-testing-mocking-child-components-to-make-your-unit-tests-more-…
-
https://twitter.com/storybookjs/status/1338501511136030722
-
Hi @alexanderlinne
Will you consider supporting `std::time::SystemTime::now()` too?
This one source of time is also used by many applications but there is currently no Rust library that allows to m…
-
@GregGanTheodo
-
Something like webmock.cr, but for the local file system. It would be very useful for testing. Ruby has something called FakeFS, so it should be entirely possible.
-
## Pitch
When developers create apps - they don't want the additional overhead of
1) Dealing with network problems, or changes to experimental servers *while* they are developing
2) Having to g…
jeswr updated
2 years ago
-
### Describe the bug
Testing a component that imports latest `path-to-regexp`, and that also mocks some modules.
This results in error:
```
TypeError: Failed to fetch dynamically imported modu…
-
Theres no way to pass in a `URLSession` into any of the functions or constructors. This is how most libraries expose the ability to mock URL requests so that code can be unit tested.
Is there any o…
-
**Is your feature request related to a problem? Please describe.**
I want to be able to mock `UpdateStatus` calls.
**Describe the solution you'd like**
I'd like a mock `Gateway` to be implemented…
-
## Summary
When creating applications and libraries that communicate over the network, you usually want to stub out or otherwise replace the network calls with some canned responses. While module moc…