import { describe, beforeEach, it, expect } from 'vitest'; import { getComponentOutput } from 'astro-component-tester'; import { cleanString } from './utils'; describe('Dropdown.astro test', () => { let component; beforeEach(() => { component = undefined; }); it('Should render all dropdown string[] options', async () => { // arrange const expectedOptions = 3; const element = /'; const expectedOptions = 4; const element = /