Skip to content

Commit

Permalink
quote nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan committed Jan 30, 2025
1 parent c59ec80 commit ca8ccaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Atoms/RadioButton/RadioButton.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from "react";
import "jest-styled-components";
import renderWithTheme from "../../../../tests/hoc/shallowWithTheme";
import RadioButton from "./RadioButton";
import React from 'react';
import 'jest-styled-components';
import renderWithTheme from '../../../../tests/hoc/shallowWithTheme';
import RadioButton from './RadioButton';

it("renders correctly", () => {
it('renders correctly', () => {
const tree = renderWithTheme(
<>
<RadioButton id="male" name="gender" value="male" label="Male" />
Expand Down

0 comments on commit ca8ccaa

Please sign in to comment.