diff --git a/docs/testing.md b/docs/testing-overview.md similarity index 99% rename from docs/testing.md rename to docs/testing-overview.md index 4bbfc919162..37ed1e02af4 100644 --- a/docs/testing.md +++ b/docs/testing-overview.md @@ -1,5 +1,5 @@ --- -id: testing +id: testing-overview title: Testing author: Vojtech Novak authorURL: https://twitter.com/vonovak diff --git a/website/i18n/en.json b/website/i18n/en.json index e44fecc7b85..bd5c7d1b565 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -338,7 +338,7 @@ "systrace": { "title": "Systrace" }, - "testing": { + "testing-overview": { "title": "Testing" }, "text-style-props": { @@ -3779,7 +3779,7 @@ "version-0.62/version-0.62-systrace": { "title": "Systrace" }, - "version-0.62/version-0.62-testing": { + "version-0.62/version-0.62-testing-overview": { "title": "Testing" }, "version-0.62/version-0.62-text-style-props": { diff --git a/website/sidebars.json b/website/sidebars.json index a4149958a07..9b6e2bf857a 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -21,7 +21,7 @@ "running-on-device", "fast-refresh", "debugging", - "testing", + "testing-overview", "typescript", "upgrading" ], diff --git a/website/versioned_docs/version-0.62/testing.md b/website/versioned_docs/version-0.62/testing-overview.md similarity index 99% rename from website/versioned_docs/version-0.62/testing.md rename to website/versioned_docs/version-0.62/testing-overview.md index 856d424184c..fb20d1afb92 100644 --- a/website/versioned_docs/version-0.62/testing.md +++ b/website/versioned_docs/version-0.62/testing-overview.md @@ -1,10 +1,10 @@ --- -id: version-0.62-testing +id: version-0.62-testing-overview title: Testing author: Vojtech Novak authorURL: https://twitter.com/vonovak description: This guide introduces React Native developers to the key concepts behind testing, how to write good tests, and what kinds of tests you can incorporate into your workflow. -original_id: testing +original_id: testing-overview --- As your codebase expands, small errors and edge cases you don’t expect can cascade into larger failures. Bugs lead to bad user experience and ultimately, business losses. One way to prevent fragile programming is to test your code before releasing it into the wild. diff --git a/website/versioned_sidebars/version-0.62-sidebars.json b/website/versioned_sidebars/version-0.62-sidebars.json index 689f13ad182..534f58bd820 100644 --- a/website/versioned_sidebars/version-0.62-sidebars.json +++ b/website/versioned_sidebars/version-0.62-sidebars.json @@ -21,7 +21,7 @@ "version-0.62-running-on-device", "version-0.62-fast-refresh", "version-0.62-debugging", - "version-0.62-testing", + "version-0.62-testing-overview", "version-0.62-typescript", "version-0.62-upgrading" ],