Skip to content

Instantly share code, notes, and snippets.

@Farenheith
Created February 19, 2020 23:59
Show Gist options
  • Save Farenheith/2c84cc091729f6ad1949566365cd1aa5 to your computer and use it in GitHub Desktop.
Save Farenheith/2c84cc091729f6ad1949566365cd1aa5 to your computer and use it in GitHub Desktop.
Example of code to use in class stubbing
import { MyClass } from './my-class';
export function getInstance() {
return new MyClass(123);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment