import React from 'react'; import { <%= componentName %> } from './index'; describe('<%= componentName %>', () => { test('', async () => { // test code here }); });