jest-codemods
Version:
Codemods for migrating test files to Jest
7 lines (6 loc) • 307 B
TypeScript
import jscodeshift from 'jscodeshift';
/**
* Exposes the finale shared by all transformers.
* @return the ast.toSource that should be returned to jscodeshift.
*/
export default function finale(fileInfo: any, j: jscodeshift.JSCodeshift, ast: any, transformerOptions: any, testFunctionName?: string): any;