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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 2-3 tests per function)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeguard-testgen",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AI-powered unit test generator with AST analysis for TypeScript/JavaScript projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",