-
-
Notifications
You must be signed in to change notification settings - Fork 949
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 tests for module jsdoc parsing #1973
Comments
Blocked by #2024 |
This is no longer blocked. In fact we already have a base setup from #2101, we should probably extend it with more cases like |
We do not log any messages when a module is deprecated. All of them are instantiated when a Faker instance is created which would lead to misleading logs. |
This is not about the module behavior being tested, but our jsdocs tooling. |
So this is about the I was looking at the following test. But guess I looked at the wrong place: faker/test/scripts/apidoc/verify-jsdoc-tags.spec.ts Lines 154 to 174 in ee12c32
|
Will be added in #2412 |
Clear and concise description of the problem
Currently we only have tests covering the signatures.
Suggested solution
Add a test setup for modules as well.
Alternative
None
Additional context
Split from #1929
The text was updated successfully, but these errors were encountered: