jest-codemods
Version:
Codemods for migrating test files to Jest
6 lines (5 loc) • 388 B
TypeScript
export declare function isExpectSinonCall(obj: any, sinonMethods: any): any;
export declare function isExpectSinonObject(obj: any, sinonMethods: any): any;
export declare function getExpectArg(obj: any): any;
export declare function modifyVariableDeclaration(nodePath: any, newNodePath: any): void;
export declare function expressionContainsProperty(node: any, memberName: any): boolean;