regen-network / groups-ui

:rocket: UI for the Cosmos SDK group module
https://groups.regen.network
Apache License 2.0
6 stars 4 forks source link

Fix api utils test and improve test coverage #128

Open ryanchristo opened 1 year ago

ryanchristo commented 1 year ago

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)
  })
})