Skip to content

Commit

Permalink
"Deprecate" testing page while we work on v5
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 4, 2023
1 parent 2824c18 commit 64628d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docusaurus/docs/dev-docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ In this example we will use [Jest](https://jestjs.io/) Testing Framework with a
:::

:::caution
Please note that this guide will not work if you are on Windows using the SQLite database due to how windows locks the SQLite file.
- Please note that this guide will not work if you are on Windows using the SQLite database due to how windows locks the SQLite file.
- This page is a work-in-progress and might be outdated. It will be heavily reworked once Strapi v5 is out.
:::

## Install test tools
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const sidebars = {
},
"dev-docs/database-migrations",
"dev-docs/error-handling",
"dev-docs/testing",
// "dev-docs/testing",
{
type: "category",
label: "Integrations",
Expand Down

1 comment on commit 64628d9

@vercel
Copy link

@vercel vercel bot commented on 64628d9 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.