import { describe, it, expect, afterEach, vi } from 'vitest' import { mount } from '@vue/test-utils' import { readFileSync } from 'node:fs' import { resolve } from 'node:path' import DcsCallButton from './DcsCallButton.vue' /** * Raw SFC source, used by the touch-target tests below. * * SCOPE LIMIT (stated deliberately): `mount()` does not apply an SFC's scoped * `