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 38af055 commit d303283Copy full SHA for d303283
test/openlayers/overlay/MapvSpec.js
@@ -148,7 +148,7 @@ describe('openlayers_MapV', () => {
148
mapVSource.removeData(filter);
149
expect(mapVSource.dataSet._data.length).toEqual(299);
150
done();
151
- }, 0);
+ }, 2000);
152
});
153
154
it('update', (done) => {
@@ -172,14 +172,14 @@ describe('openlayers_MapV', () => {
172
expect(mapVSource.dataSet._data[0].geometry.coordinates[1]).toEqual(32);
173
expect(mapVSource.mapvOptions.shadowBlur).toEqual(40);
174
175
176
177
178
it('clearData', (done) => {
179
setTimeout(() => {
180
mapVSource.clearData();
181
expect(mapVSource.dataSet._data.length).toEqual(0);
182
183
184
185
0 commit comments