@@ -30,7 +30,7 @@ Tests the configuration builder and validation system.
3030** Test Cases** : 50+
3131
3232``` bash
33- npm test -- config-builder.test.ts
33+ npm test -- src/__tests__/ config-builder.test.ts
3434```
3535
3636---
@@ -56,7 +56,7 @@ Tests the template registry and template composition system.
5656** Test Cases** : 40+
5757
5858``` bash
59- npm test -- integration/template-loading.test.ts
59+ npm test -- src/__tests__/ integration/template-loading.test.ts
6060```
6161
6262---
@@ -86,7 +86,7 @@ Tests the project generator for actual project creation.
8686** Test Cases** : 50+
8787
8888``` bash
89- npm test -- integration/generator.test.ts
89+ npm test -- src/__tests__/ integration/generator.test.ts
9090```
9191
9292---
@@ -189,18 +189,18 @@ npm test -- src/__tests__/integration/e2e-scenarios.test.ts
1891896 . ** Config Builder Comprehensive**
190190
191191 ```
192- npm test -- config-builder.test.ts
192+ npm test -- src/__tests__/ config-builder.test.ts
193193 ```
194194
1951957 . ** Template System Comprehensive**
196196
197197 ```
198- npm test -- integration/template-loading.test.ts
198+ npm test -- src/__tests__/ integration/template-loading.test.ts
199199 ```
200200
2012018 . ** Generator Comprehensive**
202202 ```
203- npm test -- integration/generator.test.ts
203+ npm test -- src/__tests__/ integration/generator.test.ts
204204 ```
205205
206206### CI Matrix
@@ -223,9 +223,9 @@ npm test
223223### Specific Test Suite
224224
225225``` bash
226- npm test -- config-builder.test.ts
227- npm test -- integration/template-loading.test.ts
228- npm test -- integration/generator.test.ts
226+ npm test -- src/__tests__/ config-builder.test.ts
227+ npm test -- src/__tests__/ integration/template-loading.test.ts
228+ npm test -- src/__tests__/ integration/generator.test.ts
229229npm test -- src/__tests__/integration/e2e-scenarios.test.ts
230230```
231231
0 commit comments