chore: non-combat tests update

This commit is contained in:
2026-04-17 12:58:29 +08:00
parent f775d51a58
commit 7601a97ec9
4 changed files with 102 additions and 83 deletions
@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import { parseShapeString } from '@/samples/slay-the-spire-like/utils/parse-shape';
import { parseShapeString } from '@/samples/slay-the-spire-like/system/utils/parse-shape';
import {
checkCollision,
checkBoardCollision,
@@ -8,7 +8,7 @@ import {
transformShape,
getOccupiedCells,
IDENTITY_TRANSFORM,
} from '@/samples/slay-the-spire-like/utils/shape-collision';
} from '@/samples/slay-the-spire-like/system/utils/shape-collision';
describe('parseShapeString', () => {
it('should parse a single cell with o', () => {