import React from 'react';
import { mountWithContexts } from '../../../enzymeHelpers';
import TemplatesListItem from '../../../../src/pages/Templates/components/TemplateListItem';
describe('', () => {
test('initially render successfully', () => {
mountWithContexts();
});
});