We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028e655 commit 34065c2Copy full SHA for 34065c2
1 file changed
packages/dev/base/lib/api/services/mesh.test.ts
@@ -284,7 +284,6 @@ describe("Mesh unit tests", () => {
284
const result = meshBitByBit.meshMeshIntersectionPoints({ mesh1: cube1Tris, mesh2: cube2Tris });
285
// Should return 4 polylines worth of points (same as polylines count)
286
expect(result.length).toBe(4);
287
- console.log(result);
288
expect(result).toEqual([
289
[
290
[1, -0.5, -1],
0 commit comments