larvitamsync
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "larvitamsync", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Sync data between minions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -81,3 +81,3 @@ 'use strict'; | ||
if ( ! message.endpoints[0].protocol) { | ||
message.endpoints[0].protocol = 'http'; | ||
message.endpoints[0].protocol = 'http'; | ||
} | ||
@@ -90,5 +90,7 @@ | ||
log.verbose(logPrefix + 'Sending a sync request. reqOptions: ' + JSON.stringify(reqOptions)); | ||
if (that.options.requestOptions !== undefined) { | ||
for (const key of Object.keys(that.options.requestOptions)) { | ||
reqOptions[key] = that.options.requestOptions[key]; | ||
reqOptions[key] = that.options.requestOptions[key]; | ||
} | ||
@@ -95,0 +97,0 @@ } |
'use strict'; | ||
require( | ||
'mocha-eslint')([__dirname + '/..'], | ||
{ | ||
// Increase the timeout of the test if linting takes to long | ||
'timeout': 5000, // Defaults to the global mocha `timeout` option | ||
require('mocha-eslint')([__dirname + '/..'], { | ||
// Increase the timeout of the test if linting takes to long | ||
'timeout': 5000, // Defaults to the global mocha `timeout` option | ||
// Increase the time until a test is marked as slow | ||
'slow': 1000, // Defaults to the global mocha `slow` option | ||
} | ||
); | ||
// Increase the time until a test is marked as slow | ||
'slow': 1000, // Defaults to the global mocha `slow` option | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31571
15
717