diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index e9bd0bc239..b297afe1d2 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -22,7 +22,7 @@ "build": "astro-scripts build \"src/index.ts\" --bundle && tsc", "build:ci": "astro-scripts build \"src/index.ts\" --bundle", "dev": "astro-scripts dev \"src/**/*.ts\"", - "test": "mocha --exit --timeout 20000 --parallel" + "test": "mocha --exit --timeout 20000 --parallel --ignore **/*.nodetest.js" }, "files": [ "dist", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 2688791845..1951944451 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -46,7 +46,7 @@ "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"", - "test": "mocha --exit --timeout 20000 --file \"./test/setup.js\" test/ --ignore test/hosted", + "test": "mocha --exit --timeout 20000 --file \"./test/setup.js\" test/ --ignore test/hosted --ignore **/*.nodetest.js", "test:hosted": "mocha --exit --timeout 30000 test/hosted" }, "dependencies": {