Unit Tests #690
Annotations
7 errors and 1 warning
test/routes/rgbpp/address.test.ts > /:btc_address/balance - without pending_amount:
test/routes/rgbpp/address.test.ts#L78
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ test/routes/rgbpp/address.test.ts:78:33
|
test/routes/rgbpp/address.test.ts > /:btc_address/balance - with pending_amount:
test/routes/rgbpp/address.test.ts#L158
AssertionError: expected "getPendingOuputCellsByTxid" to be called 2 times, but got 0 times
❯ test/routes/rgbpp/address.test.ts:158:43
|
test (mempool)
Process completed with exit code 1.
|
test (electrs)
The job was canceled because "mempool" failed.
|
test/routes/rgbpp/address.test.ts > /:btc_address/balance - without pending_amount:
test/routes/rgbpp/address.test.ts#L78
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ test/routes/rgbpp/address.test.ts:78:33
|
test/routes/rgbpp/address.test.ts > /:btc_address/balance - with pending_amount:
test/routes/rgbpp/address.test.ts#L158
AssertionError: expected "getPendingOuputCellsByTxid" to be called 2 times, but got 0 times
❯ test/routes/rgbpp/address.test.ts:158:43
|
test (electrs)
Process completed with exit code 1.
|
test (mempool)
The following actions uses Node.js version which is deprecated 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/
|