import { expect } from 'chai';
import { describe, beforeEach, it } from 'mocha';
import { getComponentOutput } from 'astro-component-tester';
import { cleanString } from './utils/index.js';
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 = /