Skip to content

Commit a184795

Browse files
committed
【fix】修复测试升级后无法运行的问题
1 parent 4ba5006 commit a184795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "SuperMap",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"elasticsearch": "16.3.0",
16+
"elasticsearch": "16.5.0",
1717
"fetch-ie8": "1.5.0",
1818
"fetch-jsonp": "1.0.6",
1919
"promise-polyfill": "6.0.2",

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function (config) {
1818
transform: [
1919
[require('babelify'), {
2020
presets: ["@babel/preset-env"],
21-
ignore: ["**/libs/**"],
21+
ignore: ["../src/classic/libs/**"],
2222
plugins: ['istanbul']
2323
}],
2424
[require('browserify-css'), {global: true}],

0 commit comments

Comments
 (0)