-
C:\Users\goul\taro-library\simplest-mock-server>gulp mock
[20:59:51] Using gulpfile ~\taro-library\simplest-mock-server\gulpfile.js
[20:59:51] Starting 'mock'...
[20:59:52] Finished 'mock' after 75…
-
### 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…
-
I see a bunch of functions just like in the api that can use `lastKnowledgeOfServer` for delta requests, but I don't see any service functions that actually save or return `lastKnowledgeOfServer`. I a…
-
## Is your feature request related to a problem? Please describe.
As the project lead, I’ve found that creating mock objects manually when using the Fossil Mockup library is complex and time-consumin…
-
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, …