Commit 5ffbd01
committed
fix(test): correct import path in constants.test.mts
Fixed import path from ../constants/env.mts to ./constants/env.mts
Root Cause:
- Test file is in /src/, constants folder is in /src/constants/
- Parent directory path would go up to packages/cli/ incorrectly
- Same directory path correctly resolves to src/constants/
Test now passes successfully.1 parent 39f4004 commit 5ffbd01
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments