Skip to content

Commit

Permalink
Update main.test.js - add back 'vec-pbf'
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel authored Feb 4, 2025
1 parent ec9a0e7 commit f1727f2
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 @@ -42,9 +42,9 @@ test('rgb-table', async () => {
test('vec-table', async () => {
await units['vec-table'](ThreeGeo, dataDir);
});
/*

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

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

0 comments on commit f1727f2

Please sign in to comment.