Skip to content

Commit

Permalink
dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamley committed Jan 3, 2019
1 parent 87bb009 commit 1aeb717
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/unit/source/raster_dem_tile_source.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ test('RasterTileSource', (t) => {
});
window.server.respond();
});

t.test('queues texture uploads', (t) => {
t.equal(1, 1);
t.end();
});

t.test('populates neighboringTiles', (t) => {
window.server.respondWith('/source.json', JSON.stringify({
minzoom: 0,
Expand Down

0 comments on commit 1aeb717

Please sign in to comment.