Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/screenshot-testing/support/globals.js')
-rw-r--r--tests/lib/screenshot-testing/support/globals.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/screenshot-testing/support/globals.js b/tests/lib/screenshot-testing/support/globals.js
index 1cd9b782fd..53d8d050e5 100644
--- a/tests/lib/screenshot-testing/support/globals.js
+++ b/tests/lib/screenshot-testing/support/globals.js
@@ -21,6 +21,8 @@ var mochaPath = path.join(testsLibDir, config.mocha, "mocha.js");
var chaiPath = path.join(testsLibDir, config.chai, "chai.js");
+var resemblePath = path.join(testsLibDir, 'resemblejs', 'resemble.js');
+
var expect = function () {
return chai.expect.apply(chai.expect, arguments);
};