astro/deno.json
2025-01-06 17:20:32 +00:00

9 lines
226 B
JSON

{
"imports": {
"@std/testing": "jsr:@std/testing@^1.0.8",
"node:test": "./node-remap.ts"
},
"test": {
"exclude": ["**/*.astro", "packages/astro/test/fixtures", "packages/astro/test/env-secret.test.js"]
}
}