chore: add vitest project config and yarn constraints

This commit is contained in:
Christian Andolf
2025-06-30 11:29:09 +02:00
parent 4e1cb01b84
commit 733281240f
14 changed files with 45 additions and 590 deletions

View File

@@ -1,4 +1,4 @@
import { describe, expect, it, vi } from "vitest"
import { beforeEach, describe, expect, it, vi } from "vitest"
vi.mock("./getPrefix", () => ({
getPrefix: vi.fn(() => "gitsha"),