Add prettier. Format.

This commit is contained in:
2026-07-22 02:12:05 +00:00
parent d28b09dc21
commit 18baa96848
45 changed files with 4520 additions and 2613 deletions

View File

@@ -1,9 +1,9 @@
import { defineConfig } from 'vitest/config'
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: 'happy-dom',
include: ['packages/**/*.test.ts'],
coverage: { reporter: ['text', 'html'] },
environment: "happy-dom",
include: ["packages/**/*.test.ts"],
coverage: { reporter: ["text", "html"] },
},
})
});