Skip to content

Commit 83a5939

Browse files
committed
fix(test): resolve app-core ui compat in agent tests
1 parent b35ec46 commit 83a5939

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/agent/vitest.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ export default defineConfig({
3434
"packages/app-core/src/account-pool.ts",
3535
),
3636
},
37+
{
38+
find: /^@elizaos\/app-core\/ui-compat$/,
39+
replacement: path.join(
40+
monorepoRoot,
41+
"packages/app-core/src/ui-compat.ts",
42+
),
43+
},
3744
{
3845
find: "@elizaos/app-core",
3946
replacement: path.join(monorepoRoot, "packages/app-core/src/index.ts"),

0 commit comments

Comments
 (0)