Skip to content

Instantly share code, notes, and snippets.

@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active July 12, 2024 11:15
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest
@kenanhancer
kenanhancer / Jenkinsfile
Last active January 12, 2022 20:16
Jenkinsfile which publish npm package and push to git
import org.eclipse.jgit.transport.URIish
def repositoryPath = "kenan.visualstudio.com/DefaultCollection/TestProject/_git/IconSet"
def url = "https://$repositoryPath"
def branch = "master"
def credentialsId = '44995f55-2f49-4cad-905d-b06c32b5e5bd'
node {
stage('Initialize'){