Skip to content

Commit

Permalink
Update main.test.js - node, enable all
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel authored Feb 25, 2025
1 parent 25479d9 commit 9793aad
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 @@ -26,7 +26,7 @@ test('`new`', () => {

const units = require(path.join(__dirname, '../units.js'));
const dataDir = path.join(__dirname, '../data');
/*
// /*
test('rgb-noexist`: case when no rgb DEM files were fetched', async () => {
await units['rgb-noexist'](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 9793aad

Please sign in to comment.