We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0b793 commit 0fabcd7Copy full SHA for 0fabcd7
2 files changed
src/__tests__/bounding-box.ts
@@ -1,6 +1,6 @@
1
import { describe, it, expect } from 'vitest';
2
import { BoundingBox } from '../bounding-box';
3
-import { GCodeVector3 } from '../GCodeVector3';
+import { GCodeVector3 } from '../gcode-vector3';
4
5
describe('BoundingBox', () => {
6
it('should return null for center if bounding box is not valid', () => {
src/__tests__/GCodeVector3.ts src/__tests__/gcode-vector3.tssrc/__tests__/GCodeVector3.ts renamed to src/__tests__/gcode-vector3.ts
import { Vector3 } from 'three';
describe('GCodeVector3', () => {
it('should be the identity when converting to Vector3 and back', () => {
0 commit comments