Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Create reducer testing environment #52

Open
shrugs opened this issue Aug 13, 2018 · 0 comments
Open

Create reducer testing environment #52

shrugs opened this issue Aug 13, 2018 · 0 comments
Assignees
Labels
tests Testing related

Comments

@shrugs
Copy link
Member

shrugs commented Aug 13, 2018

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.

@shrugs shrugs added the tests Testing related label Aug 13, 2018
@shrugs shrugs self-assigned this Aug 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tests Testing related
Projects
None yet
Development

No branches or pull requests

1 participant