const writeTestFileProps: ICommon.IWriteFile = {
        dirPath: `${options.funcComponentDir}/index.spec.tsx`,
        getFileContent: () => getTemplate(componentTestTemplatePath, options),
        message: 'Added unit test of component.'
    };