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