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) {
9393 // preprocess matching files before serving them to the browser
9494 // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
9595 preprocessors : {
96- './tool/utils .js' : [ 'browserify' ] ,
96+ './tool/!(GlobeParameter) .js' : [ 'browserify' ] ,
9797 '../node_modules/fetch-jsonp/build/fetch-jsonp.js' : [ 'browserify' ] ,
9898 '../src/classic/libs/SuperMap_Basic-8.1.1-17729.js' : [ 'browserify' ] ,
9999 '../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';
6969import './leaflet/services/WebPrintingJobServiceSpec.js' ;
7070
7171/* 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' ;
7474import './leaflet/components/distributedanalysis/DistributedAnalysisViewSpec.js' ;
7575import './leaflet/components/clientcomputation/ClientComputationViewSpec.js' ;
7676import './leaflet/components/search/SearchViewSpec.js' ;
You can’t perform that action at this time.
0 commit comments