-
The `DOMMatrix` implementation is quite incomplete in this library, such as it's missing `.multiply` method. I found a modern and quite complete implementation with https://github.com/thednp/dommatrix…
-
Mocking free functions is useful when calling into C APIs or simply non-member C++ functions. I've hacked together an example that might be useful for others, or for inclusion in the library. Probab…
-
This seems to have problems with packages. I right clicked on a target assembly and chose Generate Tests and it started to and then put up a full screen error dialog
![SentryOne right click project …
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
Should probably also add a [workflow ](https://github.com/marketplace/actions/flutter-action)for the repository to ensure that all tests have passed.
-
I get this error **only** in testing environment
```bash
yarn run v1.22.4
$ jest App.test.tsx
FAIL __tests__/App.test.tsx
● Test suite failed to run
Invariant Violation: Native modul…
-
Regardless of code quality or README beauty--no actual developers will consider using this project unless it is tested. That is why I am aiming for 90% test coverage before the initial 1.0 version rel…
-
Not sure how feasible this is, but I figured I'd put it in.
The plugin handles this situation just fine:
$entityManager->find("DB:MyModel",$id);
I have a replacement function for position 0 of th…
-
Should support the following testing
- unit test utility functions
- unit test cli commands
- test api endpoints
- integration test against local fm/wc?
-
I'm using react-websocket 1.1.6
This is working in development, but when running `npm test` on my project I see...
``` .
ReferenceError: WebSocket is not defined
at new Websocket (node_mo…