elasticsearch-mock-js
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -22,3 +22,3 @@ const { spawn } = require( 'child_process' ); | ||
if (PORT !== _port) { | ||
throw `Port ${PORT} not available` | ||
return done(0); | ||
} | ||
@@ -25,0 +25,0 @@ const clearData = spawn('rm', ['-rf', `${__dirname}/elasticsearch/logs`, `${__dirname}/elasticsearch/data`]); |
{ | ||
"name": "elasticsearch-mock-js", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Creates an elasticsearch server for mocking purposes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
30864080