import React from 'react';
import { render } from '@testing-library/react';
import { ProductTemplateCard } from './ProductTemplateCard';
describe('', () => {
it('renders with all the props', () => {
const { container } = render(All the children);
expect(container).toMatchSnapshot();
});
});