1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00
blog/src/components/atoms/Input.test.tsx

10 lines
211 B
TypeScript

import React from 'react'
// import { render } from '@testing-library/react'
import testRender from '../../../.jest/testRender'
import Input from './Input'
describe('Input', () => {
testRender(<Input />)
})