Skip to content

Instantly share code, notes, and snippets.

View iamjasonkuo's full-sized avatar

Jason iamjasonkuo

View GitHub Profile
{
"name": "FaangOffices",
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Facebook Playa Vista",
"address": "12777 W Jefferson Blvd, Los Angeles, CA 90066",
"squareFeet": 50000
@iamjasonkuo
iamjasonkuo / ultimate-ut-cheat-sheet.md
Created May 9, 2017 18:14 — 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


@iamjasonkuo
iamjasonkuo / ultimate-ut-cheat-sheet.md
Created May 9, 2017 18:14 — 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