import { describe, expect, it } from 'vitest' // @TODO Port tests from lexicon-resolver describe('noop', () => { it('does nothing', () => { expect(true).toBe(true) }) })