Skip to content

Commit 28d4a4d

Browse files
committed
【fix】UT
1 parent 87ec4b5 commit 28d4a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/maplibregl/overlay/FGBLayerSpec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ describe('maplibregl_FGBLayer', () => {
9393
featureLoader: function (feature) {
9494
expect(feature.properties['CAPITAL']).toBe('圣多美');
9595
count++;
96+
console.log(count)
9697
if (count === 19) {
9798
done();
9899
}
@@ -112,6 +113,7 @@ describe('maplibregl_FGBLayer', () => {
112113
featureLoader: function (feature) {
113114
expect(feature.properties['CAPITAL']).toBe('圣多美');
114115
count++;
116+
console.log(count)
115117
if (count === 19) {
116118
done();
117119
}

0 commit comments

Comments
 (0)