Skip to content

Instantly share code, notes, and snippets.

View OJezu's full-sized avatar

Christopher Chrapka OJezu

View GitHub Profile
@OJezu
OJezu / aligned-list.js
Created February 24, 2015 01:36
blessed-aligned-list
'use strict';
var sprintf = require('sprintf');
var uuid = require('node-uuid');
var Box = require('blessed').Box;
var List = require('blessed').List;
var Node = require('blessed').Node;
var Text = require('blessed').Text;
function AlignedList(options){
(function(buster, define){
var assert;
assert = buster.assert;
define('monitor-output-test.js', function(require){
var when = require('when');
buster.testCase('when/monitor/console', {
'should output information about rejected promises with no onRejected': function(done){
var output = false;