Skip to content

Instantly share code, notes, and snippets.

@Farenheith
Created February 20, 2020 00:15
Show Gist options
  • Save Farenheith/ecee754961306fa41ef00dfd33176083 to your computer and use it in GitHub Desktop.
Save Farenheith/ecee754961306fa41ef00dfd33176083 to your computer and use it in GitHub Desktop.
Example to mock an exported function
import { otherFunction } from './other-function';
export function myFunction() {
return otherFunction(123);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment