You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
})
})
The text was updated successfully, but these errors were encountered:
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 withinsrc/api
:The text was updated successfully, but these errors were encountered: