We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615349e commit 6c3599fCopy full SHA for 6c3599f
1 file changed
test/maplibregl/overlay/FGBLayerSpec.js
@@ -92,9 +92,7 @@ describe('maplibregl_FGBLayer', () => {
92
count++;
93
console.log(count, feature.properties);
94
expect(feature.properties['CAPITAL']).toBe('圣多美');
95
- if(count === 2){
96
- done();
97
- }
+ done();
98
return feature;
99
}
100
});
@@ -112,9 +110,7 @@ describe('maplibregl_FGBLayer', () => {
112
110
113
111
114
115
116
117
118
119
120
0 commit comments