@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.ts
~dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.tsModified
+2−2
Index: package/dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.ts
===================================================================
--- package/dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.ts
+++ package/dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.ts
@@ -6,7 +6,7 @@
     component: string;
     selector: string;
 }
 export declare const itHandlesStandardFieldTests: ({ renderField, defaultFieldProps, component, selector, }: StandardFieldTestsProps) => void;
-export declare const additionalRadioGroupTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, 'renderField' | 'defaultFieldProps'>) => void;
-export declare const additionalTextAreaTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, 'renderField' | 'defaultFieldProps'>) => void;
+export declare const additionalRadioGroupTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, "renderField" | "defaultFieldProps">) => void;
+export declare const additionalTextAreaTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, "renderField" | "defaultFieldProps">) => void;
 export {};