test: reformat tests to use double quotes and improve style

This commit is contained in:
2026-04-20 15:16:03 +08:00
parent d5ec099540
commit 0c94e6923a
5 changed files with 1561 additions and 1449 deletions
@@ -14,7 +14,7 @@ import type {
GridInventory,
InventoryItem,
} from "@/samples/slay-the-spire-like/system/grid-inventory";
import type { GameItemMeta } from "@/samples/slay-the-spire-like/system/encounter/types";
import type { GameItemMeta } from "@/samples/slay-the-spire-like/system/grid-inventory/types";
import { IDENTITY_TRANSFORM } from "@/samples/slay-the-spire-like/system/utils/shape-collision";
import { parseShapeString } from "@/samples/slay-the-spire-like/system/utils/parse-shape";
import type {