Skip to content

Instantly share code, notes, and snippets.

View mikey0000's full-sized avatar

Michael Arthur mikey0000

  • Gameglass
  • Te Awamutu New Zealand
View GitHub Profile
@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active April 13, 2024 16:19
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest
@scribu
scribu / repl.js
Last active December 23, 2017 15:20
Simplistic REPL for CasperJS
// Usage: require('repl').start.call(this);
// Press Ctrl+D to continue script
// Press Ctrl+C to exit.
require = patchRequire(require);
var system = require('system');
var utils = require('utils');
exports.start = function(prompt) {