Merge split into aws branch

This commit is contained in:
Gaël Métais
2021-05-10 21:53:08 +01:00
77 changed files with 22 additions and 6866 deletions
+4 -1
View File
@@ -4,6 +4,8 @@ var Q = require('q');
var Runner = require('./runner');
var ScreenshotHandler = require('./screenshotHandler');
var packageJson = require('../package.json');
var yellowLabTools = function(url, options) {
var deferred = Q.defer();
@@ -76,4 +78,5 @@ var yellowLabTools = function(url, options) {
return deferred.promise;
};
module.exports = yellowLabTools;
module.exports = yellowLabTools;
module.exports.version = packageJson.version;