File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ var path = require('path');
2
2
3
3
var pathToRoot = path . join ( __dirname , '../../' ) ;
4
4
var pathToSrc = path . join ( pathToRoot , 'src/' ) ;
5
+ var pathToImageTest = path . join ( pathToRoot , 'test/image' ) ;
5
6
var pathToDist = path . join ( pathToRoot , 'dist/' ) ;
6
7
var pathToBuild = path . join ( pathToRoot , 'build/' ) ;
7
8
@@ -27,6 +28,11 @@ module.exports = {
27
28
pathToTestDashboardBundle : path . join ( pathToBuild , 'test_dashboard-bundle.js' ) ,
28
29
pathToImageViewerBundle : path . join ( pathToBuild , 'image_viewer-bundle.js' ) ,
29
30
31
+ pathToTestImageMocks : path . join ( pathToImageTest , 'mocks/' ) ,
32
+ pathToTestImageBaselines : path . join ( pathToImageTest , 'baselines/' ) ,
33
+ pathToTestImages : path . join ( pathToBuild , 'test_images/' ) ,
34
+ pathToTestImagesDiff : path . join ( pathToBuild , 'test_images_diff/' ) ,
35
+
30
36
uglifyOptions : {
31
37
fromString : true ,
32
38
mangle : true ,
You can’t perform that action at this time.
0 commit comments