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
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
This would be some sort of package of testing utilities that can easily bootstrap some text fixtures and allow reducer writers to easy put their reducer logic through its paces.
Something like
import {
reducer,
} from 'gnarly-test-utils'
reducer('gnarly-reducer-erc20', function () {
})
what this interface actually looks like is TBD and probably only understandable via manually testing a reducer and then abstracting that to support any reducer thrown at it.
The text was updated successfully, but these errors were encountered:
This would be some sort of package of testing utilities that can easily bootstrap some text fixtures and allow reducer writers to easy put their reducer logic through its paces.
Something like
what this interface actually looks like is TBD and probably only understandable via manually testing a reducer and then abstracting that to support any reducer thrown at it.
The text was updated successfully, but these errors were encountered: