Skip to content

Commit 0fabcd7

Browse files
committed
Fix imports and filename
1 parent 8c0b793 commit 0fabcd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/__tests__/bounding-box.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from 'vitest';
22
import { BoundingBox } from '../bounding-box';
3-
import { GCodeVector3 } from '../GCodeVector3';
3+
import { GCodeVector3 } from '../gcode-vector3';
44

55
describe('BoundingBox', () => {
66
it('should return null for center if bounding box is not valid', () => {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from 'vitest';
22
import { Vector3 } from 'three';
3-
import { GCodeVector3 } from '../GCodeVector3';
3+
import { GCodeVector3 } from '../gcode-vector3';
44

55
describe('GCodeVector3', () => {
66
it('should be the identity when converting to Vector3 and back', () => {

0 commit comments

Comments
 (0)