diff --git a/content/article/2024/12/27/1735262305000.md b/content/article/2024/12/27/1735262305000.md new file mode 100644 index 000000000..535907106 --- /dev/null +++ b/content/article/2024/12/27/1735262305000.md @@ -0,0 +1 @@ +{"title":"GitHub - profectus-engine/Profectus: A game engine that grows with you","kind":"edit","description":"

diff --git a/tests/features/board.test.ts b/tests/game/board.test.ts
\nsimilarity index 100%
\nrename from tests/features/board.test.ts
\nrename to tests/game/board.test.ts
\nindex c9e4859…0b1bcbb 100644
\n— a/tests/features/board.test.ts
\n+++ b/tests/game/board.test.ts
\n@@ -4,10 +4,10 @@ import {
\nsetupUniqueIds,
\nunwrapNodeRef
\n} from “game/boards/board”;
\n+import { Direction } from “util/common”;
\nimport { beforeEach, describe, expect, test } from “vitest”;
\nimport { Ref, ref } from “vue”;
\nimport “…/utils”;
\n-import { Direction } from “util/common”;

\n

describe(“Unwraps node refs”, () => {
\ntest(“Static value”, () => expect(unwrapNodeRef(100, {})).toBe(100));

","url":"https://github.com/profectus-engine/Profectus","published":1735262305000,"tags":["programming"],"syndications":["https://github.com/profectus-engine/Profectus/commit/be9f488aa2e25f0e648e849e0ca1293aa773e4cf"]} \ No newline at end of file