Files
gh-alekspetrov-navigator/skills/frontend-component/templates/test-template.test.tsx
2025-11-29 17:51:59 +08:00

8 lines
195 B
TypeScript

import React from 'react';
import { render, screen } from '@testing-library/react';
import { ${COMPONENT_NAME} } from '${IMPORT_PATH}';
describe('${COMPONENT_NAME}', () => {
${TEST_CASES}
});