Skip to content

Commit

Permalink
Update main.test.js - keep vec-pbf only
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel authored Feb 4, 2025
1 parent f1727f2 commit 25479d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/node/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const dataDir = path.join(__dirname, '../data');
test('rgb-noexist`: case when no rgb DEM files were fetched', async () => {
await units['rgb-noexist'](ThreeGeo, dataDir);
});
*/
test('rgb-eiger', async () => {
await units['rgb-eiger'](ThreeGeo, dataDir);
});
Expand All @@ -42,7 +42,7 @@ test('rgb-table', async () => {
test('vec-table', async () => {
await units['vec-table'](ThreeGeo, dataDir);
});

*/
test('vec-pbf', async () => {
await units['vec-pbf'](ThreeGeo, dataDir);
});
Expand Down

0 comments on commit 25479d9

Please sign in to comment.