From 815be4025d5be902689c7b829f356039e7d4815d Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Wed, 18 Sep 2024 18:08:03 +0530 Subject: [PATCH] Update framework-developer-guide.mdx --- docs/contributing/framework-developer-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/framework-developer-guide.mdx b/docs/contributing/framework-developer-guide.mdx index 29552a53..28837a39 100644 --- a/docs/contributing/framework-developer-guide.mdx +++ b/docs/contributing/framework-developer-guide.mdx @@ -183,7 +183,7 @@ If you need to run tests for the `extensions` module, make sure to enter `npm in The above command will run test only for the given module. -### Adding a test case +### Adding a new test case To add a test case simply add it to the `spec/.spec.js` file. For example, if you need to add a new test case to the `debug` module, add the test case to the `spec/debug.spec.js` file.