| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { mountSuspended } from '@nuxt/test-utils/runtime' |
| 3 | import { ref } from 'vue' |
| 4 | import type { ComparisonFacet } from '#shared/types/comparison' |
nothing calls this directly
no test coverage detected