// Legacy JS test shim: the authoritative tests live in tests/useAlert.test.ts
// Keep a trivial passing test here so Vitest doesn't fail this file collection.
import { it, expect } from 'vitest'
it('noop shim (see useAlert.test.ts)', () => {
expect(true).toBe(true)
})