-
I'm testing groovy file that uses a function from a shared library
foo.groovy
```groovy
def call(branch) {
if (!git.fetch(branch)) {
error "Error fetching ${branch}"
}
}
```
I wan…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
I'm trying to do a simple unit test through this [guide](https://docs.imposter.sh/embed_jvm/), but I can't import OpenApiMockEngine and ImposterBuilder.
This is my build.gradle:
```
def version…
-
### Description
While using `wp-scripts` to run unit tests of a block, I've encountered an issue with mocking `@wordpress/data` dependencies. For instance I would expect the following to allow me t…
-
### Description
Testing Snapshot NativeBase components failed
### CodeSandbox/Snack link
https://github.com/toninlopes/NativeBaseSample
### Steps to reproduce
1. On terminal, run ```yarn test```
…
-
Hi, I've just found the library and am trying to spin up a quick mock server.
I have the following YAML, but it doesn't seem to work as expected:
```yaml
when:
method: GET
path: /health
th…
-
**Is your feature request related to a problem? Please describe.**
First things first: We’re truly impressed by the overall speed of ALOps! However, one of the tasks that still takes a bit longer is …
-
Hi,
thank you for this great library, thanks to this, we were able to actually use native node test runner in some of our projects!
I ran into an issue, but maybe it is expected behaviour. When …
-
1. Simular filas com LocalStack com Docker
2. Usar filas AWS SQS
3. SQS Mock Libraries
-
## Context
Companies who host their own prebid server may need to configure, customize, and extend it for their own needs.
At the moment, the main method and its helpers are all private, and eve…