Initial commit
This commit is contained in:
@@ -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}
|
||||
});
|
||||
Reference in New Issue
Block a user