๐ This pull request addresses the second part of our testing project, focusing on writing unit tests for JavaScript functions responsible for status and content updates in our application. It also includes tests for the drag-and-drop functionality to re-position items in the list.
๐งช Key Highlights:
โ Jest framework has been used for testing.
๐ Test files with the naming convention *.test.js have been created to cover the functions:
๐ฆ The mock storage object created in Part 1 of the project is used to mock localStorage updates.
๐ฅ๏ธ HTML elements are mocked to test DOM manipulation functions.
๐งช Tests are grouped using the describe() method.
Note : The Student Success team has given me permission to continue this week solo. If you have any questions please reach out to Marco Lizza via the Code Reviewers Slack workspace.
๐ This pull request addresses the second part of our testing project, focusing on writing unit tests for JavaScript functions responsible for status and content updates in our application. It also includes tests for the drag-and-drop functionality to re-position items in the list.
๐งช Key Highlights:
Note : The Student Success team has given me permission to continue this week solo. If you have any questions please reach out to Marco Lizza via the Code Reviewers Slack workspace.