-
### Feature description
We have built 1 account interface that exports many procedures related to `faucets`, `wallets`, `dummy`, and more.
We should create 2 different interfaces that would be s…
-
### 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…
-
# [Frontend] Set up Testing Infrastructure with Jest and Testing Library
Set up comprehensive testing infrastructure for our React frontend application, including unit tests, component tests, and i…
-
It would really help us with our testing if we could make our own implementation of `Peripheral` to test against.
With `Peripheral` being a public interface, we are *so close* to being able to full…
-
After upgrading to RN 0.76.1, the jest mock seems to fail to import:
```
TypeError: NativeModule.getConstants is not a function
> 9 | import mockSafeAreaContext from 'react-native-…
-
### Is your feature request related to a problem? Please describe.
Will a library ever be implemented, similar to `Moto` for aws `boto3` that developers can use to mock out the box-sdk for unit testi…
-
For mocking unit tests, we are currently using the Java library `org.mockito:mockito`.
In order that the tests for platform-independent application logic can be executed on any supported platform, …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Docs home page says to:
```typescript
import { Mocked } from '@suites/unit';
```
http…
-
I guess you all noticed no active development of the library for several years.
It's going to change from January 2025.
Thanks to all who was patient and hasn't lost trust in ng-mocks.
-
Instead of mocking stuff, there are Test... classes. Would be nice to get rid of these.
Current weapon of choice is FakeItEasy