Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker image user, update jest #103

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Update docker image user, update jest #103

merged 2 commits into from
Mar 7, 2024

Conversation

stwiname
Copy link
Contributor

@stwiname stwiname commented Mar 6, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Mar 6, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🔴 Statements 29.52% 1018/3448
🔴 Branches 54.72% 58/106
🔴 Functions 22.69% 27/119
🔴 Lines 29.52% 1018/3448

Test suite run failed

Failed tests: 2/16. Failed suites: 2/4.
  ● dictionary service › successfully validates metatada

    expect(received).resolves.toBeTruthy()

    Received: false

      29 |         'wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=',
      30 |       ),
    > 31 |     ).resolves.toBeTruthy();
         |                ^
      32 |   });
      33 | });
      34 |

      at Object.toBeTruthy (node_modules/expect/build/index.js:174:22)
      at Object.<anonymous> (packages/node/src/indexer/dictionary.service.spec.ts:31:16)


  ● ApiService › waits on pending block to fetch hash

    expect(received).toBeDefined()

    Received: undefined

      84 |
      85 |     const block = await fetchLatestBlock();
    > 86 |     expect(block.hash).toBeDefined();
         |                        ^
      87 |   });
      88 | });
      89 |

      at Object.<anonymous> (packages/node/src/indexer/api.service.spec.ts:86:24)

Report generated by 🧪jest coverage report action from 552e043

@stwiname stwiname merged commit a80eee1 into main Mar 7, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants