Skip to content

Commit

Permalink
eslint -- a squasher
Browse files Browse the repository at this point in the history
  • Loading branch information
ign-packo committed Oct 28, 2021
1 parent f9325d9 commit ad6fb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/feature2mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ describe('Feature2Mesh', function () {
noHoleArea - holeArea,
meshWithHoleArea);
}));

it('vertical polygon triangulation', () =>
parsed3.then((collection) => {
const mesh = Feature2Mesh.convert()(collection);
const geom = mesh.children[0].geometry;
console.log(geom.index.count);
assert.equal(
geom.index.count,
6
6,
);
}));

Expand Down

0 comments on commit ad6fb4e

Please sign in to comment.