You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -921,6 +921,24 @@ npm test
921
921
922
922
The test results will be displayed in the console.
923
923
924
+
**Watch Mode:** To run tests in watch mode, which automatically re-runs tests on file changes, use:
925
+
926
+
```bash
927
+
npm test:watch
928
+
```
929
+
930
+
**Coverage Report:** To generate a code coverage report, use:
931
+
932
+
```bash
933
+
npm test:coverage
934
+
```
935
+
936
+
**Mocha and Chai tests:** In addition to the Jest tests, the project also includes Mocha and Chai tests for the application. These tests can be run using:
937
+
938
+
```bash
939
+
npm run test:mocha
940
+
```
941
+
924
942
## **Contributing**
925
943
926
944
Contributions are welcome! Please fork the repository, create a feature branch, and submit a pull request:
0 commit comments