Skip to content

Commit f52ae08

Browse files
bonnie57allenchuang
authored andcommitted
Skip integration tests
1 parent 82d301b commit f52ae08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"build": "pnpm run fix && preconstruct build",
20-
"test": "pnpm run test:unit && pnpm run test:integration",
20+
"test": "pnpm run test:unit",
2121
"test:unit": "TS_NODE_PROJECT='./tsconfig.test.json' c8 --all --src ./src mocha -r ts-node/register './test/unit/**/*.test.ts'",
2222
"test:integration": "TS_NODE_PROJECT='./tsconfig.test.json' mocha -r ts-node/register './test/integration/**/*.test.ts' --timeout 240000",
2323
"fix": "pnpm run format:fix && pnpm run lint:fix",

0 commit comments

Comments
 (0)