-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
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 a small documentation for ApprovalTests #10774
Conversation
Harsh4902
commented
Sep 6, 2024
- Added documentation for Approval Test
- Fixes Add a small documentation for ApprovalTests #9658
Signed-off-by: Harsh4902 <harshparmar4902@gmail.com>
Signed-off-by: Harsh4902 <harshparmar4902@gmail.com>
Signed-off-by: Harsh4902 <harshparmar4902@gmail.com>
@murdos How can I fix this formatting error? |
npm run prettier:format 😃 |
all the code is formatted automatically using husky git hook (after you commit), but you need to launch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new documentation is not included in the generated application.
You need to generates it.
Start with completing existing tests for this module, as done with the other similar module:
Line 24 in 3266169
.hasFiles("documentation/property-based-testing.md") |
And then make the test pass :) (Hint: study the PropertyBasedTestingModuleFactory to understand what you should do)
Signed-off-by: Harsh4902 <harshparmar4902@gmail.com>
Signed-off-by: Harsh4902 <harshparmar4902@gmail.com>