Skip to content

Instantly share code, notes, and snippets.

View peter-asztalos's full-sized avatar

Peter Asztalos peter-asztalos

View GitHub Profile
@peter-asztalos
peter-asztalos / bash-cheatsheet.sh
Created April 25, 2017 14:26 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@peter-asztalos
peter-asztalos / ultimate-ut-cheat-sheet.md
Created May 30, 2019 12:34 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai and Sinon

The Ultimate Unit Testing Cheat-sheet

For Mocha, Chai and Sinon

using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies