Skip to content

Commit

Permalink
Update main.test.js - cut more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel authored Feb 4, 2025
1 parent bdf83ee commit 3414b50
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 @@ -46,5 +46,5 @@ test('vec-table', async () => {
test('vec-pbf', async () => {
await units['vec-pbf'](ThreeGeo, dataDir);
});

*/
}); // end of `describe()`

0 comments on commit 3414b50

Please sign in to comment.