Skip to content

Commit

Permalink
maplibre#2498: remove abundant done() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
arekgotfryd committed Oct 25, 2023
1 parent 45856c6 commit e732569
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/map.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ describe('Map', () => {
});
map.addSource('geojson', createStyleSource());
expect(map.isSourceLoaded('geojson')).toBe(false);
done();
});
});

Expand All @@ -587,7 +586,6 @@ describe('Map', () => {
});
map.addSource('geojson', createStyleSource());
expect(map.isSourceLoaded('geojson')).toBe(false);
done();
});
});

Expand Down

0 comments on commit e732569

Please sign in to comment.