diff --git a/packages/astro/package.json b/packages/astro/package.json index 06ad6f8b6b01..0299e5f35db0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -122,8 +122,8 @@ "build:ci": "pnpm run prebuild && astro-scripts build \"src/**/*.{ts,js}\" --copy-wasm", "dev": "astro-scripts dev --copy-wasm --prebuild \"src/runtime/server/astro-island.ts\" --prebuild \"src/runtime/client/{idle,load,media,only,visible}.ts\" \"src/**/*.{ts,js}\"", "test": "pnpm run test:unit && pnpm run test:integration && pnpm run test:types", - "test:match": "astro-scripts test \"test/**/*.test.js\" --match", - "test:cli": "astro-scripts test \"test/**/cli.test.js\"", + "test:match": "astro-scripts test \"test/**/*.test.ts\" --match --strip-types", + "test:cli": "astro-scripts test \"test/**/cli.test.ts\" --strip-types", "test:e2e": "pnpm test:e2e:chrome && pnpm test:e2e:firefox", "test:e2e:match": "playwright test -g", "test:e2e:chrome": "playwright test",