remove main reference page

This commit is contained in:
Shahed Nasser
2025-03-10 17:34:45 +02:00
parent 0ba63ac29e
commit 5a5da0d6a1
23 changed files with 38 additions and 198 deletions

View File

@@ -125,7 +125,7 @@ jest.setTimeout(60 * 1000)
### Other Options and Inputs
Refer to [this reference in the Development Resources documentation](!resources!/test-tools-reference/moduleIntegrationTestRunner) for other available parameter options and inputs of the `testSuite` function.
Refer to [the Test Tooling Reference](!resources!/test-tools-reference/moduleIntegrationTestRunner) for other available parameter options and inputs of the `testSuite` function.
---
@@ -133,4 +133,4 @@ Refer to [this reference in the Development Resources documentation](!resources!
The `moduleIntegrationTestRunner` function creates a database with a random name before running the tests. Then, it drops that database after all the tests end.
To manage that database, such as changing its name or perform operations on it in your tests, refer to the [references in the Development Resources documentation](!resources!/test-tools-reference/moduleIntegrationTestRunner).
To manage that database, such as changing its name or perform operations on it in your tests, refer to [the Test Tooling Reference](!resources!/test-tools-reference/moduleIntegrationTestRunner).