mirror of
https://github.com/withastro/astro.git
synced 2025-01-22 10:31:53 -05:00
9 lines
226 B
JSON
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"]
|
|
}
|
|
}
|