Skip to content

Commit 12571bd

Browse files
author
user name
committed
update karma.conf.js
1 parent 10bce56 commit 12571bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = function (config) {
9595
{ pattern: '../node_modules/maplibre-gl/dist/maplibre-gl.css', included: false },
9696
'../src/maplibregl/**/!(index).js',
9797
/**测试文件**/
98-
// './test-main-maplibregl.js'
98+
'./test-main-maplibregl.js'
9999
],
100100

101101
// list of files to exclude 测试时排除的文件

0 commit comments

Comments
 (0)