sfdcale

Results 3 issues of sfdcale

I am using BullMQ with express server to process jobs asynchronously but confused as how to retrieve the results from completed jobs. What I am doing currently is to listen...

BETTER DOC

**Describe the bug** This repo used to have **jar** files but those are no longer available but README.md file still references those jar files.

bug

I have a simple LWC(**c-hello-world**) as below: ```html Link to Google Link to GitHub ``` and my jest test looks like below: ```js import { createElement } from 'lwc'; import...