Skip to content

Commit

Permalink
fix: Add test tools experimental flag to the experimental page (#185)
Browse files Browse the repository at this point in the history
* fix: add test tools experimental flag to the table

* fix: add experimental feature warning
  • Loading branch information
hampuslavin authored Oct 15, 2024
1 parent 184df2c commit 7deb6dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/06-concepts/18-testing/01-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Serverpod provides simple but feature rich test tools to make testing your backend a breeze.

:::warning

The test tools are an experimental feature. Experimental features should not be used in production environments, as their stability is uncertain and they may receive breaking changes in upcoming releases.

:::

:::info

For Serverpod Mini projects, everything related to the database in this guide can be ignored.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The current options you can pass are:
|:-----|:---|
| **all** | Enables all available experimental features. |
| **inheritance** | Allows using the `extends` keyword in your model files to create class hierarchies.|
| **testTools** | Generates the Serverpod test tools, see the [testing get started page](testing/get-started) for more information.|

## Inheritance

Expand Down

0 comments on commit 7deb6dc

Please sign in to comment.