2 test files are in the wrong directory:
tests/semantic/references.test.ts — only calls parse(), no semantic analysis; move to tests/frontend/
tests/frontend/ast-utils.test.ts — runs full analysis pipeline via src/index.js; move to tests/integration/
2 test files are in the wrong directory:
tests/semantic/references.test.ts— only callsparse(), no semantic analysis; move totests/frontend/tests/frontend/ast-utils.test.ts— runs full analysis pipeline viasrc/index.js; move totests/integration/