Skip to content

Commit ab60372

Browse files
committed
fix: use @/ alias for ipc-constants import
Fix TypeScript path resolution in CI where relative paths may not resolve correctly across different workspace configurations.
1 parent d8b9f51 commit ab60372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Run with: TEST_INTEGRATION=1 bun x jest tests/server/server.test.ts
1212
* Requires: make build-main (tests use built server from dist/cli/server.js)
1313
*/
14-
import { IPC_CHANNELS } from "../../src/common/constants/ipc-constants";
14+
import { IPC_CHANNELS } from "@/common/constants/ipc-constants";
1515
import { shouldRunIntegrationTests } from "../testUtils";
1616
import {
1717
type ServerTestContext,

0 commit comments

Comments
 (0)