File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ module.exports = function (config) {
93
93
// preprocess matching files before serving them to the browser
94
94
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
95
95
preprocessors : {
96
- './tool/utils .js' : [ 'browserify' ] ,
96
+ './tool/!(GlobeParameter) .js' : [ 'browserify' ] ,
97
97
'../node_modules/fetch-jsonp/build/fetch-jsonp.js' : [ 'browserify' ] ,
98
98
'../src/classic/libs/SuperMap_Basic-8.1.1-17729.js' : [ 'browserify' ] ,
99
99
'../src/classic/libs/Lang/*.js' : [ 'browserify' ] ,
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ import './leaflet/services/TrafficTransferAnalystServiceSpec.js';
69
69
import './leaflet/services/WebPrintingJobServiceSpec.js' ;
70
70
71
71
/* component */
72
- // import './leaflet/components/openfile/OpenFileViewSpec.js';
73
- // import './leaflet/components/dataservicequery/DataServiceQueryViewSpec.js';
72
+ import './leaflet/components/openfile/OpenFileViewSpec.js' ;
73
+ import './leaflet/components/dataservicequery/DataServiceQueryViewSpec.js' ;
74
74
import './leaflet/components/distributedanalysis/DistributedAnalysisViewSpec.js' ;
75
75
import './leaflet/components/clientcomputation/ClientComputationViewSpec.js' ;
76
76
import './leaflet/components/search/SearchViewSpec.js' ;
You can’t perform that action at this time.
0 commit comments