Release Auth Tools v0.3.1

This commit is contained in:
2026-09-01 15:39:32 +02:00
parent 6afa59d18f
commit 12696657a0
13 changed files with 31 additions and 13 deletions
+2
View File
@@ -11,6 +11,8 @@ export default defineConfig({
setupFiles: "./src/test/setup.ts",
css: true,
restoreMocks: true,
pool: "forks",
maxWorkers: 1,
exclude: ["tests/browser/**", "node_modules/**", "dist/**"],
},
});