Commit 62196d1
committed
refactor(fix): rename test files to match naming convention
- Rename cmd-fix.test.mts → cmd-fix.integration.test.mts
- File contains integration tests that spawn CLI process
- Rename cmd-fix-e2e.test.mts → cmd-fix.e2e.test.mts
- Use dot notation for consistency with .integration pattern
- Update vitest.e2e.config.mts include pattern to match *.e2e.test.mts
- Update vitest.config.mts exclude pattern to match *.e2e.test.mts1 parent 7ccf45d commit 62196d1
File tree
4 files changed
+2
-2
lines changed- src/commands/fix
4 files changed
+2
-2
lines changedFile renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments