couchdb-harness
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -39,5 +39,3 @@ | ||
console.log(files); | ||
fs.writeFile(uri, addr, function (err) { | ||
fs.writeFile(uri, addr, { encoding: 'utf8' }, function (err) { | ||
if (err) throw err; | ||
@@ -44,0 +42,0 @@ var tests = spawn(couchjs, ['-H', '-u', uri].concat(files)); |
{ | ||
"name": "couchdb-harness", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A generalized port of the CouchDB JavaScript test harness.", | ||
@@ -5,0 +5,0 @@ "repository": { |
1187351
28845