@@ -38,47 +38,32 @@ module.exports = function (config) {
38
38
{ pattern : '../src/classic/libs/Lang/*.js' , include : false } ,
39
39
{ pattern : '../src/classic/theme/default/*.css' , include : false } ,
40
40
/**测试文件**/
41
- // './test-main-classic.js',
41
+ './test-main-classic.js' ,
42
42
43
43
/***common的源码***/
44
44
'../src/common/**/*.js' ,
45
45
/**测试文件**/
46
- // './test-main-common.js',
46
+ './test-main-common.js' ,
47
47
48
48
/***leaflet的源码***/
49
49
{ pattern : '../node_modules/leaflet/dist/leaflet.css' , include : false } ,
50
50
{ pattern : '../src/leaflet/**/**/*.css' , include : false } ,
51
51
'../src/leaflet/**/!(ClientComputationView|index).js' ,
52
52
/**测试文件**/
53
- // './test-main-leaflet.js',
53
+ './test-main-leaflet.js' ,
54
54
55
55
/***openlayers的源码***/
56
56
{ pattern : '../node_modules/openlayers/dist/ol-debug.css' , include : false } ,
57
57
{ pattern : '../src/openlayers/**/**/*.css' , include : false } ,
58
58
'../src/openlayers/**/!(index).js' ,
59
59
/**测试文件**/
60
- // './test-main-openlayers.js',
60
+ './test-main-openlayers.js' ,
61
61
62
62
/***mapboxgl***/
63
63
{ pattern : '../node_modules/mapbox-gl/dist/mapbox-gl.css' , include : false } ,
64
64
'../src/mapboxgl/**/!(index).js' ,
65
65
/**测试文件**/
66
- // './test-main-mapboxgl.js'
67
-
68
-
69
- './mapboxgl/overlay/GraphicLayerSpec.js' ,
70
- './mapboxgl/overlay/graphic/GraphicSpec.js' ,
71
-
72
- './leaflet/overlay/GraphicLayerSpec.js' ,
73
- './leaflet/overlay/graphic/GraphicSpec.js' ,
74
-
75
- './openlayers/overlay/graphic/GraphicSpec.js' ,
76
-
77
- './mapboxgl/overlay/GraphicLayerSpec.js' ,
78
- './mapboxgl/overlay/GraphThemeLayerSpec.js' ,
79
- './openlayers/overlay/GraphicSpec.js' ,
80
-
81
- './leaflet/core/Proj4LeafletSpec.js' ,
66
+ './test-main-mapboxgl.js'
82
67
] ,
83
68
84
69
// list of files to exclude 测试时排除的文件
0 commit comments