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
Where `<FUNCTION_NAME>` is the name of the function you want to generate unit tests for. Just make sure that your function is exported from a file. You can see other options like generating tests for multiple files or folders [below in the Options section](#-options).
28
28
29
-
<br>
29
+
<br><br>
30
+
If you wish to expand your current test suite with more tests to get better code coverage you can run:
When running command `PATH_TO_YOUR_TEST_SUITE` can be path to a single test file or to a folder and all test files inside of that folder will be processed and expanded.
95
+
96
+
That's all, enjoy your new code coverage!
97
+
80
98
# 📖 Options
81
99
- To generate unit tests for **one single function**, run:
0 commit comments