elasticsearch-mock-js
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -27,3 +27,3 @@ const { spawn } = require( 'child_process' ); | ||
const esPath = `${__dirname}/elasticsearch/bin/elasticsearch`; | ||
_ES = spawn(esPath); | ||
_ES = spawn(esPath, ['-Des.insecure.allow.root=true']); | ||
checkIfUp(done); | ||
@@ -30,0 +30,0 @@ }); |
{ | ||
"name": "elasticsearch-mock-js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Creates an elasticsearch server for mocking purposes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
30864099