Skip to content

Commit

Permalink
Update framework-developer-guide.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Sep 18, 2024
1 parent ff1ded5 commit 815be40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/framework-developer-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/<module>.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.
Expand Down

0 comments on commit 815be40

Please sign in to comment.