feat: T1016 dns_config probe + server-side drift detection + Crucible DNS DRIFT badge

This commit is contained in:
AetherForge
2026-05-30 23:26:50 -07:00
parent 6704933568
commit d005d5d07c
48 changed files with 4621 additions and 22 deletions

View File

@@ -7,7 +7,10 @@ export default defineConfig({
setupFiles: ['src/test/setup.ts'],
environmentMatchGlobs: [
['src/api/**', 'happy-dom'],
['src/context/**', 'happy-dom'],
['src/hooks/**', 'happy-dom'],
['src/pages/**', 'happy-dom'],
['src/components/**', 'happy-dom'],
],
},
});