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

Fix api utils test and improve test coverage #128

Open
ryanchristo opened this issue Jul 27, 2023 · 0 comments
Open

Fix api utils test and improve test coverage #128

ryanchristo opened this issue Jul 27, 2023 · 0 comments
Labels
dev Engineering task good first issue Good for newcomers

Comments

@ryanchristo
Copy link
Member

We are currently skipping a test within src/api and in total have 4 tests within this repository. We should consider improving the test coverage after resolving the current issue within src/api:

// TODO - valtio messes this up
describe.skip('Group Transforms', () => {
  it.skip('works on normal chain group', () => {
    expect(toUIGroup(stubGroup)).toEqual(stubUIGroup)
  })
})
@ryanchristo ryanchristo added dev Engineering task good first issue Good for newcomers labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Engineering task good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant