chore: release 1.2.1

This commit is contained in:
Peter Steinberger
2025-11-28 08:11:07 +01:00
parent f63bdda628
commit c11abc1134
6 changed files with 50 additions and 32 deletions

View File

@@ -1,8 +1,7 @@
import fs from "node:fs/promises";
import path from "node:path";
import { afterAll, beforeAll, describe, expect, it, vi } from "vitest";
import sharp from "sharp";
import { afterAll, beforeAll, describe, expect, it, vi } from "vitest";
const realOs = await vi.importActual<typeof import("node:os")>("node:os");
const HOME = path.join(realOs.tmpdir(), "warelay-home-test");