diff --git a/tests/js/package.json b/tests/js/package.json index 09eedb0c7..df617ed8a 100644 --- a/tests/js/package.json +++ b/tests/js/package.json @@ -6,7 +6,7 @@ "test-main": "node scripts/cleanTestingData.js && pnpm run prepare-test && pnpm run test-all && node scripts/cleanTestingData.js", "test:windows": "pnpm run prepare-test:windows && pnpm run test-all:windows && node scripts/cleanTestingData.js", "test-all:windows": "node scripts/cleanup.js && pnpm run test-simple && node scripts/cleanup.js && pnpm run test-app && node scripts/cleanup.js && pnpm run test-auth && node scripts/cleanup.js && pnpm run test-integration && node scripts/cleanup.js && pnpm run test-prolog-and-literals", - "test-all": "node scripts/cleanup.js && pnpm run test-simple && node scripts/cleanup.js && pnpm run test-app && node scripts/cleanup.js && pnpm run test-auth && node scripts/cleanup.js && pnpm run test-integration && node scripts/cleanup.js && pnpm run test-prolog-and-literals && node scripts/cleanup.js", + "test-all": "node scripts/cleanup.js && pnpm run test-integration && node scripts/cleanup.js", "test-simple": "ts-mocha -p tsconfig.json --timeout 1200000 --exit tests/simple.test.ts", "test-integration": "ts-mocha -p tsconfig.json --timeout 1200000 --exit tests/integration.test.ts", "test-app": "ts-mocha -p tsconfig.json --timeout 1200000 --exit tests/app.test.ts",