Commit b249f91
committed
Attempt to fix zod import for ipc module
Configure vitest to inline zod dependency and update zod wrapper to ES module format.
Note: ipc.test.ts still fails with 'Cannot read properties of undefined (reading object)'.
This appears to be a vitest/zod integration issue that needs further investigation.
Current test status:
- 5 test suites passing (187 tests)
- 1 test suite failing (ipc.test.ts - zod import issue)1 parent 4da6ffe commit b249f91
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments