We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31986d commit 67f472fCopy full SHA for 67f472f
packages/payment-processor/package.json
@@ -35,7 +35,7 @@
35
"lint": "eslint . --fix",
36
"lint:check": "eslint .",
37
"prepare": "yarn run build",
38
- "test": "jest --runInBand",
+ "test": "jest --testPathIgnorePatterns test/payment/erc-20-private-payment-hinkal.test.ts --runInBand",
39
"test:hinkal": "jest test/payment/erc-20-private-payment-hinkal.test.ts --runInBand",
40
"test:watch": "yarn test --watch"
41
},
0 commit comments