Skip to content

Instantly share code, notes, and snippets.

View GuilhermeCunha's full-sized avatar
🎯
Focusing

Guilherme Cunha GuilhermeCunha

🎯
Focusing
View GitHub Profile
{"lastUpload":"2020-08-07T20:30:10.568Z","extensionVersion":"v3.4.3"}
@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()
}
}
@GuilhermeCunha
GuilhermeCunha / .env.example
Created July 19, 2024 14:49
How to setup dockerqube with docker
SONAR_USERNAME=admin
SONAR_WEB_PASSWORD=
SONAR_PASSWORD=
SONAR_PROJECTKEY=