Skip to content

Instantly share code, notes, and snippets.

View torchiaf's full-sized avatar
🏠
Working from home

Francesco Torchia torchiaf

🏠
Working from home
View GitHub Profile
@torchiaf
torchiaf / configure.md
Created May 8, 2023 10:32 — forked from jherax/configure.md
VS Code: Debugging with Jest

VS Code: Debugging Jest

Sometimes, debugging with console.log is not enough to find out what is happening in the code, as console.log prints only plain objects but neither functions nor objects with circular references. Besides, it's possible you may need to know the context and flow of the code.

Read more about debugging with VS Code in VS Code: Debugging.

@torchiaf
torchiaf / git-commit-template.md
Created August 11, 2022 16:06
SUSE Git commit template

Git Commit Message Templates to Write Better Commit Messages

git commit -s -m 'Title

- action 1
- action 2
.
.
.