Skip to content

Commit

Permalink
quotes nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan committed Jan 30, 2025
1 parent ca8ccaa commit 27b8f0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Atoms/Input/input.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 Input from './Input';
import React from "react";
import "jest-styled-components";
import renderWithTheme from "../../../../tests/hoc/shallowWithTheme";
import Input from "./Input";

it('renders correctly', () => {
it("renders correctly", () => {
const tree = renderWithTheme(
<Input
name="fullname"
Expand Down Expand Up @@ -94,7 +94,7 @@ it('renders correctly', () => {
<div
className="c3"
>
<input
aria-describedby="Accessibility info go here"
className="c4"
Expand All @@ -105,7 +105,7 @@ it('renders correctly', () => {
type="text"
/>
</div>
</label>
`);
});

0 comments on commit 27b8f0b

Please sign in to comment.