1
0
Fork 0
blog/src/components/atoms/Input.test.tsx

10 lines
210 B
TypeScript
Raw Normal View History

2019-05-02 21:11:52 +02:00
import React from 'react'
2019-05-30 22:59:07 +02:00
// import { render } from '@testing-library/react'
2019-05-02 21:11:52 +02:00
import testRender from '../../../jest/testRender'
import Input from './Input'
describe('Input', () => {
testRender(<Input />)
})