Skip to content

Instantly share code, notes, and snippets.

View GuilhermeCunha's full-sized avatar
🎯
Focusing

Guilherme Cunha GuilhermeCunha

🎯
Focusing
View GitHub Profile
@GuilhermeCunha
GuilhermeCunha / file-to-test.js
Last active December 15, 2021 12:54
How to mock function imported directly into the tested file with Jest
import { exampleFunction } from "./file";
export class ExampleClass {
someFunction(){
return exampleFunction()
}
}
{"lastUpload":"2020-08-07T20:30:10.568Z","extensionVersion":"v3.4.3"}