Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getCacheKey(
src: string,
filePath: string,
jestConfigJSON: string,
transformOptions: jest.TransformOptions
) {
const extendedConfigJSON = extendJestConfigJSON(jestConfigJSON, filePath);
return TsJest.getCacheKey!(src, filePath, extendedConfigJSON, transformOptions);
},
};