refactor: use IS_MAINNET/TESTNET_TYPE constants and related utils in … #723
Annotations
2 errors and 2 warnings
test/services/transaction.test.ts > transactionProcessor > enqueueTransaction: should be add transaction request to queue:
test/services/transaction.test.ts#L130
AssertionError: expected 2 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 2
❯ test/services/transaction.test.ts:130:27
|
test (mempool)
Process completed with exit code 1.
|
test (electrs)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (mempool)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|