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 8aab39a commit 9ad7158Copy full SHA for 9ad7158
test/karma.conf.js
@@ -75,6 +75,7 @@ module.exports = function (config) {
75
// preprocess matching files before serving them to the browser
76
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
77
preprocessors: {
78
+ './tool/utils.js': ['browserify'],
79
'../node_modules/whatwg-fetch-importable/whatwgFetch.js': ['browserify'],
80
'../node_modules/fetch-jsonp/build/fetch-jsonp.js': ['browserify'],
81
'../src/classic/libs/SuperMap_Basic-8.1.1-17226.js': ['browserify'],
0 commit comments