summaryrefslogtreecommitdiff
path: root/js/test.js
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-21 22:35:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 22:56:32 -0700
commit4051f2ec7d86ff2de1dc5f1015e9c569048aa1c0 (patch)
tree4bf6dc36aa67fb615f0f85cac5a902b81efb0e31 /js/test.js
parent870e63be7360b5a0097a27656048e853bc720464 (diff)
Added ansi so we don't need to install anything to run testjs.
Diffstat (limited to 'js/test.js')
-rwxr-xr-xjs/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test.js b/js/test.js
index c1ea5b6..b16b2f1 100755
--- a/js/test.js
+++ b/js/test.js
@@ -3,7 +3,7 @@
var fs = require('fs');
var util = require('util');
var stmd = require('./stmd');
-var ansi = require('ansi')
+var ansi = require('./ansi/ansi')
var cursor = ansi(process.stdout);
var writer = new stmd.HtmlRenderer();