Skip to content

Instantly share code, notes, and snippets.

@Farenheith
Created February 20, 2020 02:12
Show Gist options
  • Save Farenheith/4aa9cfbadc8627df586b8dca08539a56 to your computer and use it in GitHub Desktop.
Save Farenheith/4aa9cfbadc8627df586b8dca08539a56 to your computer and use it in GitHub Desktop.
A example of untestable code
import untestableOldFunction = require('untestable-old-function');
export function doSomethingUntestable() {
return untestableOldFunction(123);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment