// file to be mocked.ts export function Details(): void {name=x;email=y}
I want to mock this function in my test file so that I can change the name and