Comparing version 1.6.0 to 1.6.1
@@ -1,2 +0,2 @@ | ||
var colors = require('colors'), | ||
var style = require('style'), | ||
path = require('path'), | ||
@@ -19,3 +19,3 @@ tty = require('tty'), | ||
out = out[ arguments[i] ]; | ||
out = style[ arguments[i] ](out); | ||
} | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name":"highkick", | ||
"version":"1.6.0", | ||
"version":"1.6.1", | ||
"description":"Asynchronous, no-style, super simple testing tool.", | ||
@@ -13,3 +13,3 @@ "author":"Azer Koculu <azer@kodfabrik.com>", | ||
"dependencies":{ | ||
"colors":"0.x", | ||
"style":"0.1.x", | ||
"optimist":"0.x" | ||
@@ -16,0 +16,0 @@ }, |
HighKick is a no-style, light-weight and powerful testing tool for NodeJS. | ||
![Screenshot](https://github.com/downloads/azer/highkick/highkick1.5.png) | ||
**Screenshots:** | ||
![Screenshot 1](https://dl.dropbox.com/s/xzuwm660jqzd1vw/highkick_1.png) | ||
![Screenshot 2](https://dl.dropbox.com/s/wjsxpt57gcwlbqb/highkick_2.png) | ||
# Installation | ||
@@ -6,0 +9,0 @@ |
@@ -26,7 +26,2 @@ var assert = require('assert'), | ||
function testFail(callback){ | ||
// following line should produce an error | ||
err++; | ||
// | ||
highkick('./fail', function(error, result){ | ||
@@ -33,0 +28,0 @@ assert.equal(i++, 2); |
19762
249
452
+ Addedstyle@0.1.x
+ Addedcurry@0.0.4(transitive)
+ Addedstyle@0.1.1(transitive)
- Removedcolors@0.x
- Removedcolors@0.6.2(transitive)