We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759942e commit 0f0685cCopy full SHA for 0f0685c
docs/get-started/tests/index.mdx
@@ -42,7 +42,7 @@ You can define test specs in multiple ways:
42
43
Test specs in standalone JSON or YAML files use the following basic structure:
44
45
-{<JsonYamlTabs object={{
+<JsonYamlTabs object={{
46
specId: "spec-id",
47
description: "Spec Description",
48
tests: [
@@ -57,7 +57,7 @@ Test specs in standalone JSON or YAML files use the following basic structure:
57
]
58
}
59
60
-}}></JsonYamlTabs>}
+}}></JsonYamlTabs>
61
62
> For comprehensive options, see [`specification`](/docs/references/schemas/specification).
63
0 commit comments