···11import { describe, expect, it } from 'vitest';
2233-import type { LexiconDoc } from '../schema.js';
33+import type { LexiconDoc } from '../types.js';
44import { findExternalReferences } from './refs.js';
5566describe('findExternalReferences', () => {