brocabulary
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "brocabulary", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Expand your brocabulary", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "expresso" | ||
"test": "node test/brocabulary.js" | ||
}, | ||
@@ -13,4 +13,5 @@ "repository": "git://github.com/dstokes/brocabulary.git", | ||
"dependencies": { | ||
"listenshtein": "0.0.0" | ||
"listenshtein": "0.0.0", | ||
"tape": "~2.3.2" | ||
} | ||
} |
@@ -1,5 +0,6 @@ | ||
var assert = require('assert') | ||
var test = require('tape') | ||
, assert = require('assert') | ||
, brocabulary = require('../'); | ||
exports.brocabulary = function() { | ||
test('broifys strings', function(t) { | ||
var to = setTimeout(function () { | ||
@@ -12,5 +13,5 @@ assert.fail('never finished'); | ||
assert.ok(b.random().length); | ||
console.log(b.broify('tuxedo')); | ||
assert(b.broify('tuxedo') === 'Tuxedbro'); | ||
t.end(); | ||
}); | ||
}; | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4545
44
49
2
+ Addedtape@~2.3.2
+ Addeddeep-equal@0.1.2(transitive)
+ Addeddefined@0.0.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjsonify@0.0.1(transitive)
+ Addedresumer@0.0.0(transitive)
+ Addedtape@2.3.3(transitive)
+ Addedthrough@2.3.8(transitive)