You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(neo4j): feed project() the application object in the container suite (v2 envelope)
project() takes the V2Application envelope (app.application.id, etc.), not the
raw TSApplication analyze() returns — neo4j-schema.test.ts already routes
through toV2Detailed()/toV2() before calling project(), but the container-only
bolt suite (never run outside Docker CI) predates the v2 envelope reshape and
passed analyze()'s result straight through, crashing on `root.id` being
undefined.
Also bumps the suite's default analysisLevel from 1 to 2: 6078c7e gated the
call-graph (incl. jelly) solve behind level >= 2 since the v2 emitter discards
it at level 1 anyway, so the level-1 default silently stopped producing the
TS_CALLS edges this suite's "known resolved call edge" assertion checks for.
0 commit comments