codeguard-testgen 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1713,7 +1713,7 @@ Your task (you MUST complete ALL steps):
|
|
|
1713
1713
|
* Real setup code (mock functions, create test data)
|
|
1714
1714
|
* Real execution (call the function being tested)
|
|
1715
1715
|
* Real expect() assertions (at least one per test)
|
|
1716
|
-
- Write tests for EVERY exported function (minimum
|
|
1716
|
+
- Write tests for EVERY exported function (minimum 3-5 tests per function)
|
|
1717
1717
|
- If source has 4 functions, test file MUST have 4 describe blocks with actual tests
|
|
1718
1718
|
- Example of COMPLETE test structure:
|
|
1719
1719
|
* Setup: Create mocks and test data
|