@testcontainers/arangodb
Advanced tools
Comparing version
@@ -12,2 +12,3 @@ "use strict"; | ||
this.password = password; | ||
this.withExposedPorts(ARANGODB_PORT).withWaitStrategy(testcontainers_1.Wait.forLogMessage("Have fun!")).withStartupTimeout(120000); | ||
} | ||
@@ -19,6 +20,3 @@ withPassword(password) { | ||
async start() { | ||
this.withExposedPorts(...(this.hasExposedPorts ? this.exposedPorts : [ARANGODB_PORT])) | ||
.withWaitStrategy(testcontainers_1.Wait.forLogMessage("Have fun!")) | ||
.withEnvironment({ ARANGO_ROOT_PASSWORD: this.password }) | ||
.withStartupTimeout(120000); | ||
this.withEnvironment({ ARANGO_ROOT_PASSWORD: this.password }); | ||
return new StartedArangoContainer(await super.start(), this.password); | ||
@@ -25,0 +23,0 @@ } |
{ | ||
"name": "@testcontainers/arangodb", | ||
"version": "10.6.0", | ||
"version": "10.7.0", | ||
"license": "MIT", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"dependencies": { | ||
"testcontainers": "^10.6.0" | ||
"testcontainers": "^10.7.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
7726
-1.89%71
-2.74%Updated