-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixing unit testing docs for Strapi 5 #2308
Conversation
… these docs are only for JS strapi projects
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
docusaurus/docs/dev-docs/testing.md
Outdated
@@ -11,7 +11,7 @@ tags: | |||
# Unit testing | |||
|
|||
:::strapi |
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.
:::strapi | |
:::info |
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.
Recommending this because "strapi" callouts are purely to higlight attention on important cross-links or other (internal/external) resources for readers.
Also, why are we removing these links? Is their content outdated too?
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.
@pwizla no problem, I'll make that change.
Also yes, the links directly mimic the docs and they are outdated since they do not have Strapi 5 versions from what I saw.
Thank you, @kasonde! Just a minor comment and I can merge it whenever you think it's appropriate. |
Made the change @pwizla :) |
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.
Thank you, Rich!
What does it do?
Updates the Unit testing documents to work with Strapi 5 Javascript projects
Why is it needed?
In correct code examples in the unit testing documentation.
Related issue
#1940