diff --git a/packages/core-sdk/package.json b/packages/core-sdk/package.json index b18afbb4..5ade0cb2 100644 --- a/packages/core-sdk/package.json +++ b/packages/core-sdk/package.json @@ -17,7 +17,7 @@ ], "scripts": { "build": "pnpm run fix && preconstruct build", - "test": "pnpm run test:unit && pnpm run test:integration", + "test": "pnpm run test:integration", "test:unit": "TS_NODE_PROJECT='./tsconfig.test.json' c8 --all --src ./src mocha -r ts-node/register './test/unit/**/*.test.ts'", "test:integration": "TS_NODE_PROJECT='./tsconfig.test.json' mocha -r ts-node/register './test/integration/**/*.test.ts' --timeout 960000", "fix": "pnpm run format:fix && pnpm run lint:fix",