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 87ec4b5 commit 28d4a4dCopy full SHA for 28d4a4d
test/maplibregl/overlay/FGBLayerSpec.js
@@ -93,6 +93,7 @@ describe('maplibregl_FGBLayer', () => {
93
featureLoader: function (feature) {
94
expect(feature.properties['CAPITAL']).toBe('圣多美');
95
count++;
96
+ console.log(count)
97
if (count === 19) {
98
done();
99
}
@@ -112,6 +113,7 @@ describe('maplibregl_FGBLayer', () => {
112
113
114
115
116
117
118
119
0 commit comments