We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some examples using nestjs bull queue
The text was updated successfully, but these errors were encountered:
What would you like this bull test to show? Unit testing for a queue? E2E tests using a queue? Both?
Sorry, something went wrong.
Both
I'll see how soon I can work on this
@jmcdo29 Thanks! ATM the only resource I found about bull testing is https://stackoverflow.com/questions/68214492/how-can-a-nest-bull-queue-be-tested-via-jest-di-via-injectqueue
But It's not working for me, queue is always undefined inside the service when using
@InjectQueue('test') queue: Queue
UPDATE: That example is actually working, the problem was that my mock implementation wasn't correct
jmcdo29
No branches or pull requests
Is there an existing issue for this?
Feature Test To Be Requested
Add some examples using nestjs bull queue
The text was updated successfully, but these errors were encountered: