Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:59 +08:00
commit 38e80921c8
89 changed files with 20480 additions and 0 deletions

View File

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