Skip to content

Commit 75ff48f

Browse files
committed
Revert the intentionally failing test
1 parent c45e02e commit 75ff48f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/__tests__/webgl-preview.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { test, expect, vi, assert } from 'vitest';
55
import { WebGLPreview } from '../webgl-preview';
66
import { GCodeCommand } from '../gcode-parser';
77

8-
test('intentionally fails', () => {
9-
expect(1).toBe(2);
10-
});
11-
128
test('in gcode x,y,z params should update the state', () => {
139
const mock = createMockPreview();
1410
mock.layers[0].commands.push(new GCodeCommand('', 'g0', { x: 1, y: 1, z: 1, e: 1 }, undefined));

0 commit comments

Comments
 (0)