elastictest
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -55,3 +55,4 @@ | ||
self.start( function(){ | ||
self.create( function(){ | ||
self.create( function( err ){ | ||
if( err ) throw new Error( err ); | ||
async.series( self.actions, function(){ | ||
@@ -73,2 +74,2 @@ self.refresh( function(){ | ||
module.exports = Suite; | ||
module.exports = Suite; |
{ | ||
"name": "elastictest", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "A simple test harness for elasticsearch functional testing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10330
194
0