import { defineConfig } from "vitest/config"; // Device tests are pure byte-stream assertions over the ESC/POS renderers + the // printer-routing logic — no sockets, no hardware. Run from src (not dist). export default defineConfig({ test: { include: ["src/**/*.test.ts"], }, });