diff --git a/package.json b/package.json index 7df5df52..f6ba740c 100644 --- a/package.json +++ b/package.json @@ -82,10 +82,7 @@ "test:coverage": "NODE_OPTIONS='--max-old-space-size=8192' vitest run --config tests/configs/vitest.unit.config.ts --coverage", "test:unit": "NODE_OPTIONS='--max-old-space-size=8192' vitest run --config tests/configs/vitest.unit.config.ts", "test:perf": "vitest run tests/unit/performance --reporter=basic", - "test:integration": "NODE_OPTIONS='--max-old-space-size=32768' vitest run --config tests/configs/vitest.integration.config.ts", - "test:s3": "vitest run tests/integration/s3-storage.test.ts", - "test:distributed": "vitest run tests/integration/distributed.test.ts", - "test:cloud": "npm run test:s3 && npm run test:distributed", + "test:integration": "NODE_OPTIONS='--max-old-space-size=8192' vitest run --config tests/configs/vitest.integration.config.ts", "test:all": "npm run test:unit && npm run test:integration", "test:ci-unit": "CI=true vitest run --config tests/configs/vitest.unit.config.ts", "test:ci-integration": "NODE_OPTIONS='--max-old-space-size=16384' CI=true vitest run --config tests/configs/vitest.integration.config.ts",