generator
generator copied to clipboard
[Test] Adding log message test in integration testing
I came across this
TODO in the integration.test.js file and I want to work on it.
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@khaledGadelhaQ
You can work on it,
I had previously tried working on it, I solved one part of it.
creating test with vanilla js,
but i failed to solve it for React, You can refer this closed pr of mine for hint,
https://github.com/asyncapi/generator/pull/1326/files.
for any deeper dives, consider joining our organization slack,
@Light13008 In the updated version of the code I think we only need to do something like this:
expect(log.debug).toHaveBeenCalledWith(logMessage.skipOverwrite(testFilePath));
and that's it ☺️
@khaledGadelhaQ hey, please feel free and try to fix that
@khaledGadelhaQ are you still working on this issue?
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
closing, not relevant