Skip to content

Commit 0f0685c

Browse files
committed
Refactor inline JSON structure in documentation
- Remove unnecessary curly braces around JsonYamlTabs component - Simplify the presentation of test specs in standalone JSON or YAML files
1 parent 759942e commit 0f0685c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/tests/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can define test specs in multiple ways:
4242

4343
Test specs in standalone JSON or YAML files use the following basic structure:
4444

45-
{<JsonYamlTabs object={{
45+
<JsonYamlTabs object={{
4646
specId: "spec-id",
4747
description: "Spec Description",
4848
tests: [
@@ -57,7 +57,7 @@ Test specs in standalone JSON or YAML files use the following basic structure:
5757
]
5858
}
5959
]
60-
}}></JsonYamlTabs>}
60+
}}></JsonYamlTabs>
6161

6262
> For comprehensive options, see [`specification`](/docs/references/schemas/specification).
6363

0 commit comments

Comments
 (0)