import { describe, beforeEach, it, expect } from 'vitest';
import { getComponentOutput } from 'astro-component-tester';
import { cleanString } from './utils';
describe('Form.astro test', () => {
let component;
beforeEach(() => {
component = undefined;
});
describe('INPUT: formGroups', () => {
it('Should handle undefined formGroups prop', async () => {
// arrange
const expectedCount = 0;
const element = /