Skip to content

Commit 67f472f

Browse files
committed
Revert "[REVERT ME] run hinkal tests on every commit"
This reverts commit 5fee704.
1 parent b31986d commit 67f472f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payment-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint": "eslint . --fix",
3636
"lint:check": "eslint .",
3737
"prepare": "yarn run build",
38-
"test": "jest --runInBand",
38+
"test": "jest --testPathIgnorePatterns test/payment/erc-20-private-payment-hinkal.test.ts --runInBand",
3939
"test:hinkal": "jest test/payment/erc-20-private-payment-hinkal.test.ts --runInBand",
4040
"test:watch": "yarn test --watch"
4141
},

0 commit comments

Comments
 (0)