UNPKG

tix-react-ssr

Version:

Tiket.com React Project Scripts

9 lines (6 loc) 185 B
import React from 'react'; import Button from '../Button.jsx'; test('Should render Button correctly', () => { const tree = render(<Button />); expect(tree).toMatchSnapshot(); });