Fix P2/P3 review findings: DNR redirect format, runtime type guard, cache test setup

This commit is contained in:
2026-05-11 13:54:51 -04:00
parent 726aafef74
commit 0f997b639f
6 changed files with 94 additions and 38 deletions

View File

@@ -5,5 +5,6 @@ export default defineConfig({
globals: true,
environment: 'node',
include: ['tests/**/*.test.ts'],
setupFiles: ['./tests/setup.ts'],
},
});