From f5cc9dd7f4b1269b442b25ad0b3da9e0cfad3040 Mon Sep 17 00:00:00 2001 From: Spartan015 <146926755+Spartan015@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:50:08 +0530 Subject: [PATCH] Update testing_database_operations.md --- nodeJS/testing_express/testing_database_operations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodeJS/testing_express/testing_database_operations.md b/nodeJS/testing_express/testing_database_operations.md index 40cc4af8d8d..f6178c02a7f 100644 --- a/nodeJS/testing_express/testing_database_operations.md +++ b/nodeJS/testing_express/testing_database_operations.md @@ -75,6 +75,6 @@ This is also not the only way to set up a testing environment! If you are using ### Knowledge check This section contains questions for you to check your understanding of this lesson. If you’re having trouble answering the questions below on your own, review the material above to find the answer. -- What is the purpose of using a separate database for testing? -- How would you create and setup a testing database using the npm package `mongodb-memory-server`? -- What is an alternative method of database setup for your testing environment? +- [What is the purpose of using a separate database for testing?](#but-do-you-even-need-to-test-that) +- [How would you create and setup a testing database using the npm package `mongodb-memory-server`?](#mongodb-memory-server) +- [What is an alternative method of database setup for your testing environment?](https://jestjs.io/docs/en/mongodb)