Skip to content

Commit

Permalink
Move board tests to match board file
Browse files Browse the repository at this point in the history
  • Loading branch information
thepaperpilot committed Dec 27, 2024
1 parent 91f1033 commit be9f488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/board.test.ts → tests/game/board.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {
setupUniqueIds,
unwrapNodeRef
} from "game/boards/board";
import { Direction } from "util/common";
import { beforeEach, describe, expect, test } from "vitest";
import { Ref, ref } from "vue";
import "../utils";
import { Direction } from "util/common";

describe("Unwraps node refs", () => {
test("Static value", () => expect(unwrapNodeRef(100, {})).toBe(100));
Expand Down

0 comments on commit be9f488

Please sign in to comment.