We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d301b commit f52ae08Copy full SHA for f52ae08
packages/core-sdk/package.json
@@ -17,7 +17,7 @@
17
],
18
"scripts": {
19
"build": "pnpm run fix && preconstruct build",
20
- "test": "pnpm run test:unit && pnpm run test:integration",
+ "test": "pnpm run test:unit",
21
"test:unit": "TS_NODE_PROJECT='./tsconfig.test.json' c8 --all --src ./src mocha -r ts-node/register './test/unit/**/*.test.ts'",
22
"test:integration": "TS_NODE_PROJECT='./tsconfig.test.json' mocha -r ts-node/register './test/integration/**/*.test.ts' --timeout 240000",
23
"fix": "pnpm run format:fix && pnpm run lint:fix",
0 commit comments