chore: non-combat tests update
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user