1 2 3 4 5 6 7 |
|
import { render, screen } from '@test-utils';
import CommentForm from './comment-form';
const saveComment = async () => {
/** Do nothing. */
};
const title = 'Cum voluptas voluptatibus';
describe('CommentForm', () => {
it('renders a form', () => {
render(