Re-work publish/thunk status

This commit is contained in:
Jon Staab
2025-10-01 16:59:16 -07:00
parent a2d519766d
commit d01f844078
21 changed files with 225 additions and 190 deletions
-1
View File
@@ -4,7 +4,6 @@ import {defineConfig} from "vitest/config"
export default defineConfig({
test: {
environment: "happy-dom",
setupFiles: "./vitest.setup.ts",
include: ["packages/**/*.test.ts"],
coverage: {
provider: "v8",