Skip to content

Commit

Permalink
【fix】UT
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Apr 28, 2024
1 parent 0d4c29c commit 981534d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ module.exports = function (config) {
'../node_modules/three/**',
'../node_modules/xlsx/**',
'../node_modules/@turf/**',
'../node_modules/lodash/**'
'../node_modules/lodash/**',
'../src/mapboxgl/overlay/L7/l7-render.js',
'../src/common/util/UGCWasmAll.js',
'../node_modules/echarts/dist/echarts.js'
],
plugins: ['istanbul', '@babel/plugin-transform-runtime']
}
Expand Down

0 comments on commit 981534d

Please sign in to comment.