@waves/js-test-env
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -13,3 +13,3 @@ "use strict"; | ||
return { | ||
timeout: options.timeout || 20000, | ||
timeout: options.timeout || exports.context.env.timeout || 20000, | ||
apiBase: options.apiBase || exports.context.env.API_BASE | ||
@@ -16,0 +16,0 @@ }; |
{ | ||
"name": "@waves/js-test-env", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
20782