We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f445d commit 530528aCopy full SHA for 530528a
test/karma.conf.js
@@ -55,7 +55,7 @@ module.exports = function (config) {
55
/***openlayers的源码***/
56
{pattern: '../node_modules/openlayers/dist/ol-debug.css', include: false},
57
{pattern: '../src/openlayers/**/**/*.css', include: false},
58
- '../src/openlayers/**/!(index).js',
+ '../src/openlayers/**/!(index|MapboxStyles).js',
59
/**测试文件**/
60
'./test-main-openlayers.js',
61
0 commit comments