We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6089d18 commit 96977baCopy full SHA for 96977ba
1 file changed
test/image/compare_pixels_test.js
@@ -3,10 +3,13 @@ var pixelmatch = require('pixelmatch');
3
var PNG = require('pngjs').PNG;
4
var fs = require('fs');
5
6
+var constants = require('../../tasks/util/constants');
7
var common = require('../../tasks/util/common');
8
var getMockList = require('./assets/get_mock_list');
9
var getImagePaths = require('./assets/get_image_paths');
10
11
+fs.mkdirSync(constants.pathToTestImagesDiff, { recursive: true });
12
+
13
/**
14
* Image pixel comparison test script.
15
*
0 commit comments