Skip to content

Commit

Permalink
test: Removed a broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx1701 committed Jun 9, 2024
1 parent cf29e91 commit 05434d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/game-object/game-object.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { GameObject } from '.';
import { Wagon, wagons } from 'internal-mocks/wagon.go';
import { Train, trains } from 'internal-mocks/train.go';
import { Stat, stats } from 'internal-mocks/stat.go';
import 'tests/vitest/vitest.types';

describe('constructor', () => {
it('should properly create a blueprint and its corresponding game objects', () => {
Expand Down

0 comments on commit 05434d9

Please sign in to comment.