Skip to content

Commit 530528a

Browse files
committed
UT先忽略MapboxStyles
1 parent 00f445d commit 530528a

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
@@ -55,7 +55,7 @@ module.exports = function (config) {
5555
/***openlayers的源码***/
5656
{pattern: '../node_modules/openlayers/dist/ol-debug.css', include: false},
5757
{pattern: '../src/openlayers/**/**/*.css', include: false},
58-
'../src/openlayers/**/!(index).js',
58+
'../src/openlayers/**/!(index|MapboxStyles).js',
5959
/**测试文件**/
6060
'./test-main-openlayers.js',
6161

0 commit comments

Comments
 (0)