-
### Description
When sfdx-lwc-jest is installed globally, tests run with mocked Apex Method are failing
#### Steps to Reproduce
From the root of a SFDX Project with LWC tests using mocked Apex …
-
### Description
connectedCallback method does not complete calls to mock modules before tests start.
#### Steps to Reproduce
customComponent.js
```js
import {api, LightningElement} from "…
-
Hey guys,
I recently started working with apex-mocks and I love it. The only thing I didn't like and where it falls a bit short with regards to Mockito is the amount of clutter in the code. Some is…
-
Looks like we can't use .NET primitive types because of the missing APIs.
Examples:
* string.replace(text1, text2) → string.Replace(text1, text2)
* int.valueOf("123") → int.Parse("123")
* etc.
…
-
### Description
When using the emit and error functions and version 1.1.0 an error is thrown "getAccountList.error" is not a function and "getAccountList.emit is not a function" This previously worke…
-
Hi @jongpie and @jamessimone
Similar to the issue mentioned over here: https://github.com/jamessimone/apex-dml-mocking/issues/2 (which has been fixed by @jamessimone ) I discover the same issue al…
-
For those of us who didn't come from a Java background and hence weren't exposed to [Mockito](http://static.javadoc.io/org.mockito/mockito-core/2.8.9/org/mockito/Mockito.html), the Readme section `whe…
-
Latest ray master
Py3.7
Linux
p3.2xlarge
I'm observing a memory leak when running ray/release/long_running_tests/workloads/apex.py, but only when run on a ray.cluster_utils.Cluster with 3 …
-
I referenced it on unofficialsf.com
You may find these extensions interesting:
https://unofficialsf.com/flow-test-builder/
https://unofficialsf.com/a-graphical-soql-query-builder-for-flow/
We'…
-
**Is your feature request related to a problem? Please describe.**
I want to avoid false positives when using Assert Helpers instead of Assert directly into Test Class.
**Describe the solution you…