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 10bce56 commit 12571bdCopy full SHA for 12571bd
test/karma.conf.js
@@ -95,7 +95,7 @@ module.exports = function (config) {
95
{ pattern: '../node_modules/maplibre-gl/dist/maplibre-gl.css', included: false },
96
'../src/maplibregl/**/!(index).js',
97
/**测试文件**/
98
- // './test-main-maplibregl.js'
+ './test-main-maplibregl.js'
99
],
100
101
// list of files to exclude 测试时排除的文件
0 commit comments