We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e8925 commit 9ef2acfCopy full SHA for 9ef2acf
packages/core-sdk/package.json
@@ -19,7 +19,7 @@
19
"build": "pnpm run fix && preconstruct build",
20
"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/**/nftClient.test.ts' --timeout 300000",
+ "test:integration": "TS_NODE_PROJECT='./tsconfig.test.json' mocha -r ts-node/register './test/integration/**/*.test.ts' --timeout 300000",
23
"fix": "pnpm run format:fix && pnpm run lint:fix",
24
"format": "prettier --check .",
25
"format:fix": "prettier --write .",
0 commit comments