Skip to content

Commit 674ac0d

Browse files
committed
fix(qa): bump repo-relative path in the newly-merged declarative-mcp dogfood test + regen lockfile after merge
showcase-declarative-mcp.dogfood.test.ts landed on main (#3062) against the old packages/dogfood location; after the packages/qa migration its '../../../examples/app-showcase' URL resolved inside packages/. One more level, same as the other conformance tests. Lockfile regenerated after taking main's side in the merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A1BtxNeUaGmvUYr8FwtUNu
1 parent fa79b6a commit 674ac0d

2 files changed

Lines changed: 100 additions & 72 deletions

File tree

packages/qa/dogfood/test/showcase-declarative-mcp.dogfood.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { ConnectorMcpPlugin } from '@objectstack/connector-mcp';
2323
import { ConnectorOpenApiPlugin } from '@objectstack/connector-openapi';
2424
import { ConnectorRestPlugin } from '@objectstack/connector-rest';
2525

26-
const SHOWCASE_DIR = fileURLToPath(new URL('../../../examples/app-showcase/', import.meta.url));
26+
const SHOWCASE_DIR = fileURLToPath(new URL('../../../../examples/app-showcase/', import.meta.url));
2727

2828
interface ConnectorDescriptor {
2929
name: string;

pnpm-lock.yaml

Lines changed: 99 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)