Skip to content

Commit d882c19

Browse files
committed
误提交
1 parent a05b769 commit d882c19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

karma.conf.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ module.exports = function (config) {
1818
// list of files patterns to load in the browser
1919
// include:false表示不包含这些文件到浏览器中,注意添加顺序
2020
files: [
21-
{pattern: 'src/legacy/libs/SuperMap_Basic-8.1.1-14426.js', include: false},
2221
/***legacy文件夹下的源码添加至此***/
2322
{pattern: 'src/legacy/libs/SuperMap_Basic-8.1.1-14426.js', include: false},
2423
{pattern: 'src/legacy/libs/Lang/*.js', include: false},
2524
{pattern: 'src/legacy/theme/default/*.css', include: false},
26-
'./node_modules/whatwg-fetch/fetch.js',
27-
'./node_modules/fetch-jsonp/build/fetch-jsonp.js',
2825
/***common文件夹下的源码添加至此***/
29-
'src/common/Base.js',
26+
'src/common/SuperMap.js',
3027
'src/common/REST.js',
3128
'src/common/style/CartoCSS.js',
3229

0 commit comments

Comments
 (0)